Re: s:radio issue

2008-04-04 Thread Laurie Harper
Niral Trivedi wrote: Hi Dave, Thanks for the reply. I've actually tried with #keepRemoveRadio as well but got same result. In fact, I got it working by putting john or doe as below for s:param property: s:param name=*Keep* value=%{'john}/ That makes sense, since value=john will try to

Re: s:radio issue

2008-04-03 Thread Dave Newton
--- Niral Trivedi [EMAIL PROTECTED] wrote: I am using Struts 2.0.11 on RAD7, Webspher 6.1, JDK 1.5. Hey, me too. My sympathies. I am trying to create radio buttons using a dynamic Map as below: s:bean name=java.util.HashMap id=keepRemoveRadioMap s:param name=Keep value=john/

Re: s:radio issue

2008-04-03 Thread Niral Trivedi
Hi Dave, Thanks for the reply. I've actually tried with #keepRemoveRadio as well but got same result. In fact, I got it working by putting john or doe as below for s:param property: s:param name=*Keep* value=%{'john}/ Moving ahead, now stuck with a different issue. Actually, I want to create

s:radio issue

2008-04-02 Thread Niral Trivedi
Hi All, I am using Struts 2.0.11 on RAD7, Webspher 6.1, JDK 1.5. I am trying to create radio buttons using a dynamic Map as below: s:bean name=java.util.HashMap id=keepRemoveRadioMap s:param name=Keep value=john/ s:param name=Remove value=doe/ /s:bean td width=20%