| Author |
Dynamically added form fields cannot access from request access
|
sumanth kumar
Greenhorn
Joined: Jul 29, 2005
Posts: 22
|
|
We are using JSP pages to show the HTML form and access them in the Servlet code. This form needs to add input type text and when you click the submit this form field needs to access (request.getParameter("dynfld");) from Servlet but it doesn't get the value. And I checked the View Source of that page, then I figured out that dynamic field didn't appear on the page. I think that's why it didn't access in Servlet.
Here is the Code I used:
HTML (JSP) Page:
In javascript:
Can anybody give me the clue that needs to access the dynamic form fields in Servlet code.
|
 |
 |
|
|
subject: Dynamically added form fields cannot access from request access
|
|
|