Re: Looking for a tutorial or complete example of using DynaValidatorForm

2006-04-09 Thread pantichd
Laurie, Thanks for getting back to me. I've been able to get a little further. I've gotten the jsp to come up. When I click the submit button with nothing in either input field it stops on a breakpoint in the validate method of the DynaValidatorForm class. Just in case you don't have the code of

Re: Looking for a tutorial or complete example of using DynaValidatorForm

2006-04-09 Thread Laurie Harper
I don't see anything obviously wrong there. It's not surprising that your breakpoints aren't hit since the action would only be invoked when the form rendered by the JSP gets submitted. It might help if you post the full stack trace you're getting. Failing that, I'd suggest simplifying things

Looking for a tutorial or complete example of using DynaValidatorForm

2006-04-08 Thread pantichd
Hello, I have been using Struts for awhile but it was a very old (1.02) version. Just finished upgrading my apps to Struts 1.2.7 and would like to take advantage of the DynaValidatorForm. I've found several articles on it and many examples. However, I haven't found one that includes a complete ex