Hi
I have an array of strings as property in my ActionForm.
I want to display its content into text boxes (each
string into its text box) without using
struts nested extensions.
How to do it ?
if i use logic:iterate to go trough the collection (array) then i have to specify a bean (html:logic id="beanName") that will repesent the current object of the collection i am iterating
but the html:text uses a property of a bean. the current bean is just a plain
java Strign object.. how can i get its value to the html:text ?
example
in
JSP..