Re: Radio button in Iterator

2008-06-11 Thread ashley_in
I want to display the information in following format: user name add to group address jack O blah blah jimO some address -- View this message in context: http://www.nabble.com/Radio-butt

Re: Radio button in Iterator

2008-06-11 Thread ashley_in
My entries in the iterator are value objects and I need to display all information in my value object with radio on each row of table on my html page. -- View this message in context: http://www.nabble.com/Radio-button-in-Iterator-tp17776089p17776917.html Sent from the Struts - User mailing lis

Radio button in Iterator

2008-06-11 Thread ashley_in
I am newbie and need to display radio button for per entry in the iterator. Also, I need one of the option selected based on the attribute value in the entry of the iterator and I don't want the label displayed against radio button. How can I accomplish this using Struts2 tags? Please help -- Vie