• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

JSP help. database connectivity

well i am trying to get a login page to work, however this time with database. there are like 5 users, name and pass. however it seems as if the username is not loading correctly, or the pass or something. i have no way to actually know what is being passed as i have no way to debug.

any suggestions?
 
Originally posted by: kamper
What's going wrong exactly? You're just not getting any rows back?

i am not getting anything. anytime i try to login and run that page, it ends up booting me back to the index because the session isnt set right (set to not allow) even if the user/pass should match.

MIKE
 
I don't understand. Which sendRedirect() call is being executed? You should probably rip out all the redirects and just print out the results of your query to debug it first.
 
Back
Top