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

Re: Setting initial value on html:radio

2004-09-17 Thread Martin_Schaefer
On radio buttons http://www.jguru.com/faq/view.jsp?EID=1028442 has helped me. With the special problem you described. Can you set the value somewhere in the session and pick it up again in the second form's reset method? Maybe I didn't understand your problem entirely... Ricardo Gladwell <[EMAIL

Re: Re[2]: German Umlaute

2004-09-17 Thread Martin_Schaefer
Since you see to experience your problem in request processing, may be set the encoding with the VM: -Dfile.encoding="ISO-8859-1" or UTF-8 if you like. Also the locale of your operating system might play a role. If its a UNIX/Linux box, do you have the german locale installed? Regards Martin Ca