RE: How to validate html:radio is selected on a JSP page?

2003-10-26 Thread Rajat Pandit
Lets hope for someone to reply to this! :D -Original Message- From: ZYD [mailto:[EMAIL PROTECTED] Sent: Saturday, October 25, 2003 10:50 AM To: Struts Users Mailing List Subject: Re: How to validate html:radio is selected on a JSP page? Yes, that works. But that's not decent like you

Re: How to validate html:radio is selected on a JSP page?

2003-10-26 Thread ZYD
I found this: http://www.mail-archive.com/[EMAIL PROTECTED]/msg79778.html but it seem the problem is still not solved, right? - Original Message - From: Rajat Pandit [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Sunday, October 26, 2003 3:01 PM Subject: RE:

How to validate html:radio is selected on a JSP page?

2003-10-25 Thread ZYD
Hi friends, How to make sure a radiobox is selected on a JSP page using validator? I cannot use: field property=prjType depends=required arg0 key=newProject.label.prjType/ /field Thanks -bruce

RE: How to validate html:radio is selected on a JSP page?

2003-10-25 Thread Rajat Pandit
I couldn't find a workaround for that so far. I use the validate() method of the actionform. Pretty lame! Eh! -Original Message- From: ZYD [mailto:[EMAIL PROTECTED] Sent: Saturday, October 25, 2003 10:33 AM To: Struts Users Mailing List Subject: How to validate html:radio is selected on

Re: How to validate html:radio is selected on a JSP page?

2003-10-25 Thread ZYD
Yes, that works. But that's not decent like you said. Is there really no way to do a client-side validation using validator framework? - Original Message - From: Rajat Pandit [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Sunday, October 26, 2003 1:37 PM