Yes, you can just use an array for for each row. 

On the HTML form, all the textboxes on one of your rows will have the
same name. In the ActionForm, they will each be a subscript of the
array. 

http://jguru.com/forums/view.jsp?EID=749162

-Ted.

"Boyalla, Raveendra" wrote:
> 
> Hi
> 
> I have the following display need in jsp.
> 
> textbox_11 textbox_12 textbox_13  .......textbox_1n
> textbox_21 textbox_22 textbox_23  .......textbox_2n
> textbox_31 textbox_32 textbox_33  .......textbox_3n
> ...................................................
> ...................................................
> ...................................................
> textbox_m1 textbox_m2 textbox_m3  .......textbox_1n
> 
> where m and n values are Dynamic.
> 
> Is It possible to write a Form Bean with the above feature?
> 
> Thanks
> Raveendra

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to