Re: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Robert Leland
; (case-sensitive of course)? Thanks. From: "Mathew, Manoj" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Date: Thu, 4 Sep 2003 08:48:19 -0500 To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: RE: Struts form

Re: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Robert Leland
eg Amaroso [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 7:48 AM To: Struts Users Mailing List Subject: Re: Struts form validation of radio buttons and checkboxes Thanks for the response, but I don't think the problem lies with the actual validation that's happening. I susp

RE: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Mathew, Manoj
rsday, September 04, 2003 9:00 AM To: Struts Users Mailing List Subject: Re: Struts form validation of radio buttons and checkboxes I currently have Struts 1.1. Is the checkbox/radio update available in the most current nightly build? Also, should the form-property type be "boolean" or &qu

RE: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Andrew Hill
-Original Message- From: Greg Amaroso [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 September 2003 23:03 To: Struts Users Mailing List Subject: Re: Struts form validation of radio buttons and checkboxes No, I haven't implemented it yet. But I must plead ignorance here, because I do

Re: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Greg Amaroso
ROTECTED]> > Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Date: Thu, 4 Sep 2003 22:38:19 +0800 > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Subject: RE: Struts form validation of radio buttons and checkboxes > > Have

RE: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Andrew Hill
] Sent: Thursday, 4 September 2003 22:00 To: Struts Users Mailing List Subject: Re: Struts form validation of radio buttons and checkboxes I currently have Struts 1.1. Is the checkbox/radio update available in the most current nightly build? Also, should the form-property type be "boolea

Re: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Greg Amaroso
> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Date: Thu, 4 Sep 2003 08:48:19 -0500 > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Subject: RE: Struts form validation of radio buttons and checkboxes > > YES YOU R RIGHT. WHEN

RE: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Andrew Hill
ssage- From: Mathew, Manoj [mailto:[EMAIL PROTECTED] Sent: Thursday, 4 September 2003 21:48 To: Struts Users Mailing List Subject: RE: Struts form validation of radio buttons and checkboxes YES YOU R RIGHT. WHEN THE CHECK BOX IS NOT CHECKED, THE FORM WILL NOT EVEN HAVE THAT ELEMENT PRESE

RE: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Mathew, Manoj
rn boolean instead if getCheckbox():return String in your action form. -Original Message- From: Greg Amaroso [mailto:[EMAIL PROTECTED] Sent: Thursday, September 04, 2003 7:48 AM To: Struts Users Mailing List Subject: Re: Struts form validation of radio buttons and checkboxes Thanks for th

Re: Struts form validation of radio buttons and checkboxes

2003-09-04 Thread Greg Amaroso
t;[EMAIL PROTECTED]> > Date: Wed, 03 Sep 2003 22:09:14 -0400 > To: Struts Users Mailing List <[EMAIL PROTECTED]> > Subject: Re: Struts form validation of radio buttons and checkboxes > > Greg Amaroso wrote: > >> I'm having trouble with the struts form validation

Re: Struts form validation of radio buttons and checkboxes

2003-09-03 Thread Robert Leland
Greg Amaroso wrote: I'm having trouble with the struts form validation framework when it comes to radio buttons and checkboxes. For some reason, I can validate any other type of field, but not radios/checkboxes. Here's where I seem to be having trouble: Try a --nightly-- build of struts. I bel

Struts form validation of radio buttons and checkboxes

2003-09-03 Thread Greg Amaroso
I'm having trouble with the struts form validation framework when it comes to radio buttons and checkboxes. For some reason, I can validate any other type of field, but not radios/checkboxes. Here's where I seem to be having trouble: In the struts-config.xml file, should the form-property type be