RE: Problem with DynaValidatorForm

2004-04-07 Thread MARU, SOHIL (SBCSI)
help Saul, Sohil -Original Message- From: Saul Q Yuan [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 07, 2004 11:15 AM To: 'Struts Users Mailing List' Subject: RE: Problem with DynaValidatorForm Hi, Two thoughts. First, do you have the struts tag declaration in your jsp?

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: Problem with DynaValidatorForm

2004-04-06 Thread Skip Hollowell
Not specifically. A lot of the examples I found over the past few days deal with Validator in realtion to Actions and Forms, but not DynaValidator stuff. 'Strutting with Struts' had some great information, but didn't explain it's examples completely, and even had inaccuracies, especially with reg

Re: Problem with DynaValidatorForm

2004-04-06 Thread Adam Hardy
Good point. I'll put some up there when I get a moment later. What do you mean about 'path relate to bean'? Are you talking ValidatorActionForm? On 04/06/2004 03:03 PM Skip Hollowell wrote: Adam, I like seeing all the steps listed in there, but some examples are what the new user like myself ne

Re: Problem with DynaValidatorForm

2004-04-06 Thread Skip Hollowell
Adam, I like seeing all the steps listed in there, but some examples are what the new user like myself needs. Specificially, what is the path and the input. Can they be a mapping, or do they have to be a physical file. What if I am using tiles, can the path or input be a Tile definition? How d

Re: Problem with DynaValidatorForm

2004-04-05 Thread Adam Hardy
you should see the errors. Niall - Original Message - From: "Skip Hollowell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 05, 2004 6:53 PM Subject: Re: Problem with DynaValidatorForm /PrepaidAccountInfo.do is the same form as prepaid.do, just a diff

Re: Problem with DynaValidatorForm

2004-04-05 Thread Skip Hollowell
lt;[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, April 05, 2004 6:53 PM > Subject: Re: Problem with DynaValidatorForm > > > > /PrepaidAccountInfo.do is the same form as prepaid.do, just a different > path > > name. I couldn't get them to use the

Re: Problem with DynaValidatorForm

2004-04-05 Thread Niall Pemberton
s Adam said - put an tag on your form and you should see the errors. Niall - Original Message - From: "Skip Hollowell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 05, 2004 6:53 PM Subject: Re: Problem with DynaValidatorForm > /PrepaidAccoun

Re: Problem with DynaValidatorForm

2004-04-05 Thread Skip Hollowell
I do not currently have any error tags in my JSP. I was hoping to actually see the validation work in the server logs first, then work on spitting out messages as appropriate to the user. Skip Hollowell "Adam Hardy" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Did you forget the

Re: Problem with DynaValidatorForm

2004-04-05 Thread Skip Hollowell
/PrepaidAccountInfo.do is the same form as prepaid.do, just a different path name. I couldn't get them to use the same path name. The forward is working, and it 'reloads' the form, but I get no validation issues. The funny thing is I don't think the PrepaidDynaAction is being called either. Non

Re: Problem with DynaValidatorForm

2004-04-05 Thread Adam Hardy
Did you forget the errors tag? Adam On 04/05/2004 07:44 PM Niall Pemberton wrote: With your configuration validator will forward to /PrepaidAccountInfo.do if validation errors are found - because thats what you set up as the "input" in your "/prepaid" action mapping - is that not happening? Niall

Re: Problem with DynaValidatorForm

2004-04-05 Thread Niall Pemberton
With your configuration validator will forward to /PrepaidAccountInfo.do if validation errors are found - because thats what you set up as the "input" in your "/prepaid" action mapping - is that not happening? Niall - Original Message - From: "Skip Hollowell" <[EMAIL PROTECTED]> To: <[EM