| Author |
error with jsp:foward
|
Adewale Adebusoye
Ranch Hand
Joined: Sep 28, 2005
Posts: 118
|
|
Guys, im trying to code a jsp submit form. the problem is that when i click the submit button on my form, jsp:foward dosent move on to the next page. rather it displays a fresh version of the submit form. Its driving me nuts please help.
|
"Human beings can alter their lives by altering their state of mind" William James
|
 |
Sarath Mohan
Ranch Hand
Joined: Mar 17, 2001
Posts: 213
|
|
jsp:forward is not used for submitting a form. Use pure html Form for submitting and use use the jsp file name in the action attribute of form tag Regards
|
Sarath Mohan
|
 |
Virag Saksena
Ranch Hand
Joined: Nov 27, 2005
Posts: 71
|
|
If you want to go to a different page on submit, then just change the target tag in your <form you should not need to use the jsp:forward for that
|
<a href="http://www.auptyma.com" target="_blank" rel="nofollow">The Peak of Performance</a>
|
 |
Virag Saksena
Ranch Hand
Joined: Nov 27, 2005
Posts: 71
|
|
|
Yep, the action tag, not the target tag
|
 |
 |
|
|
subject: error with jsp:foward
|
|
|