Re: Dynamic list of radio buttons

2010-04-24 Thread Mario Lipinski
To: user@struts.apache.org Subject: Re: Dynamic list of radio buttons Hi, thank you for your reply. Taking your comments I ended with the following jsp code: s:form s:iterator value=results s:property value=id /br / s:property value=value /br / s:property value=method /br

Dynamic list of radio buttons

2010-04-23 Thread Mario Lipinski
Hello, I am wondering how to create a dynamic form containing a set of radio buttons. So I have an iterable list of database results. Any of the results should be rated using radio buttons. When the form is submitted I want to have a hashmap with an id as the key and the value selected

RE: Dynamic list of radio buttons

2010-04-23 Thread Martin Gainty
aucune responsabilité pour le contenu fourni. Date: Fri, 23 Apr 2010 15:55:52 -0700 From: ma...@lipinski.tk To: user@struts.apache.org Subject: Dynamic list of radio buttons Hello, I am wondering how to create a dynamic form containing a set of radio buttons. So I have an iterable

Re: Dynamic list of radio buttons

2010-04-23 Thread Mario Lipinski
@struts.apache.org Subject: Dynamic list of radio buttons Hello, I am wondering how to create a dynamic form containing a set of radio buttons. So I have an iterable list of database results. Any of the results should be rated using radio buttons. When the form is submitted I want to have a hashmap

RE: Dynamic list of radio buttons

2010-04-23 Thread Martin Gainty
: ma...@lipinski.tk To: user@struts.apache.org Subject: Re: Dynamic list of radio buttons Hi, thank you for your reply. Taking your comments I ended with the following jsp code: s:form s:iterator value=results s:property value=id /br / s:property value=value /br