Hi,
In a web application of mine, I am having a form and in that form, textfields(<input type "text">
are created dynamically based on parameters passed from another program. The user fills in values. The common thing among these textfields are they have their names starting with "tfDyn". After the user fills in values, and on submission of the form a
servlet is called that is supposed to do some processing based upon the submitted form. My question is,in the servlet, is it possible to get the names and values of the textfields, those that were generated at runtime... if yes, how..or else is there any other way to achieve the same..
Thanks
Vijai
When you say "I wrote a program that crashed Windows," people just stare at you blankly and say "Hey, I got those with the system, for free." <br />Linus Torvalds