Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Missing parameters in request after submitting a jsp page

843840Jul 23 2008 — edited Jul 23 2008
Hi all,

As far as I know (correct me if I'm wrong) when I use a button with type "submit", after clicking the button the HttpServletRequest becomes populated with the values from the jsp page.
I have a page with several textboxes and a submit button -
<input name="submitBtn" type="submit" value="Execute" onclick="ajaxAnywhere.submitAJAX()">
and after submitting the page none of the populated textboxes and their values exist in the request.
What did I miss?

Thanks!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 20 2008
Added on Jul 23 2008
6 comments
826 views