Re: Argh! [was Re: DynaValidatorForm setup]

2003-06-09 Thread Gregory F. March
On Jun 9, 2003, Kevin Robair <[EMAIL PROTECTED]> wrote: |In your struts-config.xml, check to see if you have |this: | | | | | Kevin, I don't have any controller section in my struts-config.xml. And, according to the O'Reilly book, I don't need one to do this (at least they didn

Re: Argh! [was Re: DynaValidatorForm setup]

2003-06-09 Thread Kevin Robair
Make sure "/LOCCreateParticipants.jsp" is in the root of your web app. (Sorry, I know that is obvious, but I included it just in case) In your struts-config.xml, check to see if you have this: If so, create a global forward: and change Action so that input="CreateParticipants" -

Argh! [was Re: DynaValidatorForm setup]

2003-06-09 Thread Gregory F. March
On Jun 6, 2003, "Barry Volpe" <[EMAIL PROTECTED]> wrote: |I was able to piece it all together using the |struts-validator.war file that comes in the Barry, Thanks for that write up. Looking at that war, I set my app up similarly, but I am having a very frustrating problem. When my form tag

RE: DynaValidatorForm setup

2003-06-06 Thread Appel, Jeremy D
greg, I am assuming that have downloaded the necessary jars: jakarta-oro.jar and commons-validator.jar. There may be some additional ones that I am missing. You will need to specify the validator as plug-in in the struts-config file for example: the validator.xml file is where y

Re: DynaValidatorForm setup

2003-06-06 Thread Barry Volpe
I was able to piece it all together using the struts-validator.war file that comes in the jakarta-struts-1.1-b2 release. But here is some highlights.. For struts 1.1 in your struts-config.xml you require... Here is an example validation.xml (should be in struts-validate.war