
September 9th, 2004, 03:50 AM
|
|
Registered User
|
|
Join Date: Sep 2004
Location: india
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
Problem using innerHTML in jsp page
Hi,
I am displying a form ' Edit User Profile' dynamically in my jsp page depending on the values in the database. If the user wants to add addtional values for some attributes(like Email, Contact no, etc) ,i use innerHTML to add the textfield dynamically.
The problem arises when i submit the form and try to get all corrosponding values in another jsp page using request.getParameter. This returns me NULL for all those textfileds which r added by using innerHTML
I am using mozilla 1.6 and Apache Tomcat 4.1.3, OS: Linux
Can anyone help me?? Its URGENT
Thanx in advance,
Sujata
|