html:radio non intialisation causing a problem

2004-09-21 Thread Ricardo Gladwell
Hi All, The inability to set initial values for struts element is causing me some real issues. I have a view action that I use to redirect to a form with radio buttons, that itself will call a subsequent action to actually handle the business logic of the operation. The page relies upon dynamic, J

Re: html:radio non intialisation causing a problem

2004-09-20 Thread Ricardo Gladwell
Hi, Both forms are stored in the request scope, although I do not explicitly set that anywhere. Should I be setting the scope for the form in the session? Martin Schaefer wrote: Do you keep your form in the request or session scope? Ricardo Gladwell <[EMAIL PROTECTED]> schrieb am 20.09.2004, 11:

Re: html:radio non intialisation causing a problem

2004-09-20 Thread Martin_Schaefer
Do you keep your form in the request or session scope? Ricardo Gladwell <[EMAIL PROTECTED]> schrieb am 20.09.2004, 11:38:05: > Hi All, > > The inability to set initial values for struts element is > causing me some real issues. I have a view action that I use to redirect > to a form with radi

html:radio non intialisation causing a problem

2004-09-20 Thread Ricardo Gladwell
Hi All, The inability to set initial values for struts element is causing me some real issues. I have a view action that I use to redirect to a form with radio buttons, that itself will call a subsequent action to actually handle the business logic of the operation. The page relies upon dynami