I have a web project I've been working on in my free time using mostly jsp. It's currently set up so that if a user clicks the login button it takes them to a check-login servlet which will return whether it's a valid login or not through a session.setAttribute("loginstatus","Valid"). Everytime the check-login completes, though, it redirects back to the index.jsp.

I want it to never leave the index.jsp page, but instead just refresh the main content cell in the table. Is it possible? I've never worked much with ajax or javascript before, but have considerable experience with java

Edit: the reason I post this here instead of JSP is because I think it may require javascript or some dynamic coding of some sort

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.