Re: Problem with radioTag

2006-02-28 Thread Michael Jouravlev
On 2/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > > I have a table of data on my JSP and the User may choose one row. > I want to do this with a Radiobutton and need the value of the choose > radiobutton on my forwarded page. > type="business.FormBean" scope="session"> > > > >

Re: Problem with radioTag

2006-02-28 Thread OJAY78
Hi, I tried it with the idName property as described by Gary but it doesn't work. I get this Error No getter method available for property formID for bean under name org.apache.struts.taglib.html.BEAN It exists a Formbean for this action with the property formID and there are getter and setter.

Re: Problem with radioTag

2006-02-27 Thread Gary Feidt
Try this: Gary >>> [EMAIL PROTECTED] 2/27/2006 6:23:09 AM >>> Hi, I have a table of data on my JSP and the User may choose one row. I want to do this with a Radiobutton and need the value of the choose radiobutton on my forwarded page. My Question is

Problem with radioTag

2006-02-27 Thread OJAY78
Hi, I have a table of data on my JSP and the User may choose one row. I want to do this with a Radiobutton and need the value of the choose radiobutton on my forwarded page. My Question is now how can I set the value of the radiobutton to a value from m