I
Indudhar
Hi ...
I am trying to read a form element. its <html:text> and indexed. How
do I read this value? name[0].property is what the specs say.
couldn't figure out how to. I figured out that its generating an array
of form beans, and I need to iterate through the array to access them.
The execute method of the Action Class does not take 'ActionForm form'
in the form of an array. How do I access the form[x].parameter value?
any struts gurus out there I can use my help from?
-Indu
I am trying to read a form element. its <html:text> and indexed. How
do I read this value? name[0].property is what the specs say.
couldn't figure out how to. I figured out that its generating an array
of form beans, and I need to iterate through the array to access them.
The execute method of the Action Class does not take 'ActionForm form'
in the form of an array. How do I access the form[x].parameter value?
any struts gurus out there I can use my help from?
-Indu