Dear All,
I need help  how to implement Radio buttons in struts. in two situations and  other 
two related to tranfer of data between objects.
1)an array of radio buttons i.e in iterate tag
and selected radio button sould catch an object or a foem as its  the value.
Do radio button value can be an object  or it can only be string?

2)Table of radion buttons in a jsp.
each row is an array of radio buttons and one in each row will be selected.
and array of such selections to be updated in to form

3)In both of the above cases how to pass the arraylists related to selected radio 
buttons  to next page
i.e can I put the array of objects in request atrribute  and get them in next page by 
giving redirect as false.
Or only solution is putting in session.
Or can I pass objects or arrays as hidden attributes(sorry this may be absurd or 
blunder)
4)If I can pass only string values(ID of object )through radio button values to next 
page or action class,
is it preferable to make a dabase call for getting details of object based on Id or 
better put array in session
and retrieve the details by Id.
Please help me.
Thanks a lot In advance
-Udaya Allu




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

Reply via email to