Retrieving values of a select from inside nested logic:iterate
Ritu Bansal
Greenhorn
Joined: Nov 07, 2007
Posts: 11
posted
0
Hi, I am trying to save values of a select in a form. The select is inside 2 nested logic iterate tags. I tried implementing it way described below but I get the following exception:
Invalid indexed property 'fileNumberBeans[indx.intValue()]' on bean class 'class com.test.OfaForm' Invalid index value 'indx.intValue()''
The display works fine now but the values of the form are not getting passed when the form is submitted. I also defined the indexed properties in my Form but looks like there is something wrong over there. I am geting ArrayIndexOutOfBounds Exception.