hi...

         i am using <html:radio> tag lib in struts 1.3.5, I am in a
requirement that we need to give the names of the html form components
dynamically...(ie) 

          if i say  <html:radio name="feedbackForm" property="ratting"
indexed="true" value="1" />
                    <html:radio name="feedbackForm" property="ratting"
indexed="true" value="2" />
          above code goes inside an interation....

         the html outputs as 

              <!--<input type="radio" name="feedbackForm[0].ratting"
value="1"/>--!>
              <!--<input type="radio" name="feedbackForm[0].ratting"
value="2"/>--!>
where the names of the html form components are the indexed property of the
feedbackForm where us i need set some other name say... overalrating for
both the components....

is there any way to achive so...?

thanks in advance...
Balaji.M


-- 
View this message in context: 
http://www.nabble.com/how-to-set-dynamic-name-for-html%3Aradio-tp16584936p16584936.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to