RE: Validation Mask help please

2004-06-24 Thread Saul Q Yuan
Off the top of my head, you may need to escape the hyphen, ie. \- Saul > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 24, 2004 3:06 PM > To: [EMAIL PROTECTED] > Subject: Validation Mask help please > > > I have the following field val

RE: Problem with struts validator

2004-04-07 Thread Saul Q Yuan
A quick question, have you set validate="true" in your action mapping? Saul > -Original Message- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 11:31 AM > To: 'Struts Users Mailing List' > Subject: Problem with struts validator > > > Hi all, >

RE: Problem with struts validator

2004-04-07 Thread Saul Q Yuan
some processing afterwards.. Well, It seems > that super.validate results in nothing... > > I have no clue on what is going on.. > > Any hints? > > Regards > marco > > -Original Message- > From: Saul Q Yuan [mailto:[EMAIL PROTECTED] > Sent: 0

RE: Problem with DynaValidatorForm

2004-04-07 Thread Saul Q Yuan
Hi, Two thoughts. First, do you have the struts tag declaration in your jsp? second, if you want to display error messages, I think you should set message="false" in your -Original Message- > From: MARU, SOHIL (SBCSI) [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 11:53 AM >

RE: Container vs application managed security - Role checking

2004-04-07 Thread Saul Q Yuan
The class goes with your app, and you need to specify that in the following tag in your struts-confi.xml file: So Struts knows. Saul > -Original Message- > From: Tom Bednarz [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 1:09 PM > To: Struts Users Mailing List > Subject

RE: validator one of multiple fields required

2004-04-07 Thread Saul Q Yuan
validwhen is suppose to do that. http://jakarta.apache.org/struts/userGuide/dev_validator.html Saul > -Original Message- > From: Paul Barry [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 3:18 PM > To: [EMAIL PROTECTED] > Subject: validator one of multiple fields required >

RE: DynaValidatorActionForm client-side validation

2004-04-08 Thread Saul Q Yuan
Hmmm, I don't seem to have that problem. Did you specify method="validateYourActionForm" in addition to: formName="/yourActionPath" in your -Original Message- > From: Adam Hardy [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 08, 2004 3:02 PM > To: Struts Users Mailing List > Subject: R