Re: getting the values of Textfields without Struts

2006-10-27 Thread Laurie Harper
starki78 wrote: Ciao, I've a jsp with text-fields (having the same name) which shall be filled and submitted to the same jsp again. Now we cannot use struts, with it's html:hidden and ActionForms feature but we ask how to access the values of these input-fields (e.g. getting the values in a St

getting the values of Textfields without Struts

2006-10-27 Thread starki78
Ciao, I've a jsp with text-fields (having the same name) which shall be filled and submitted to the same jsp again. Now we cannot use struts, with it's html:hidden and ActionForms feature but we ask how to access the values of these input-fields (e.g. getting the values in a String array) in java