Forums Register Login

Login page not completely loading after RequestDispatcher.forward is used

+Pie Number of slices to send: Send
Hi.
I have a login screen, which send the values to a servlet. In that servlet validations are done. If password is wrong, I have used RequestDispatcher.forward to forward a message and view it on that page back. The problem is i am getting the message, but the page is not loading completely, i can only see two fields and a button with white background, where as my original page has images and all. The servlet part is below



and retiving tht vaalue in jsp like this

${message}

. Can someone please point out the mistake.


Thanks and Regards.
Adeeb
+Pie Number of slices to send: Send
 

The problem is i am getting the message, but the page is not loading completely, i can only see two fields and a button with white background, where as my original page has images and all.



My be dynamic code in your JSP having some issue. It would be nice if you can paste the JSP code here.
You can also try putting messages in JSP and identify yourself.


+Pie Number of slices to send: Send
Is the entire HTML page being sent to the browser? Or is it cut off?

If the latter, then it's likely an exception is being thrown that is preventing the page from being completely sent to the browser.

If the entire page is there and it's just the images that are not showing, then it's likely that your image URLs are not correctly formed using server-relative addressing that starts with the context path. See the JspFaq for more details.
Acetylsalicylic acid is aspirin. This could be handy too:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com


reply
reply
This thread has been viewed 2118 times.
Similar Threads
doubt on RequestDispatcher
Problem with RequestDispatcher
Servlet Communication
Method call with Parameter
Requested Dispatcher
More...

All times above are in ranch (not your local) time.
The current ranch time is
Apr 16, 2024 08:38:35.