RE: Struts-Validation Error

2003-11-11 Thread Ramadoss Chinnakuzhandai
[0-9a-zA-Z-\.]*$ Guide me where I'm doing wrong or how to resolve this. Tnx in advance, -Ram -Original Message- From: Ramadoss Chinnakuzhandai Sent: Tuesday, November 11, 2003 3:18 PM To: [EMAIL PROTECTED] Subject: Struts-Valida

Struts-Validation Error

2003-11-11 Thread Ramadoss Chinnakuzhandai
Hi, I need to accept "."(dot) as part of input value. While trying to test it does not accept "." in the input entry. Any idea how to make it accept "." character in the validation pattern. following is the validation pattern for that field in validation.xml form name="AvailabilityForm

Re: Struts validation error not returning to action's input?

2003-02-25 Thread Dave Newton
On 25 Feb 2003 Dave "The Dope" Newton wrote: > [ Wh, it doesn't go back to the action's input param page ] > [ when the DynaValidatorActionForm has a validation issue ] Well, that would be because I had the following in my struts-config.xml: I guess that'd do it. Man, I tell ya', t

Struts validation error not returning to action's input?

2003-02-25 Thread Dave Newton
Hola, I must be a dope (I hope, at least, otherwise I'm screwed! :) The validation is, in fact, working (log statements in action class), but on a validation error I don't see the input page. When there are no validation issues the Action properly forwards to the "success" forward. To get to the