common validator

2013-03-26 Thread J.V.
that the validator() method in each form class is preferred, but it is turning out to be more work than expected. Any/all other options would be helpful. thanks J.V. - To unsubscribe, e-mail: user-unsubscr

Struts 1.3 : Preventing SQL Injection (form.field validation)

2013-03-22 Thread J.V.
J.V. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Struts 1.3 : Validating forms / password field

2013-03-22 Thread J.V.
me things), and go to using Apache commons validator (I need a hybrid approach for the password field). thanks J.V. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: DynaValidatorActionForm (using Apache Commons Validator project)

2013-03-21 Thread J.V.
Given my struts-config.xml entry in the previous post: what is the validator-users.xml entry supposed to look like? In other words what is wrong with my validator-users.xml file such that what is needed to be changed to get this to work? thanks for all the help. -- View this message in context

Re: DynaValidatorActionForm (using Apache Commons Validator project)

2013-03-21 Thread J.V.
I am not sure I understand. -- View this message in context: http://struts.1045723.n5.nabble.com/DynaValidatorActionForm-using-Apache-Commons-Validator-project-tp5712255p5712261.html Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: DynaValidatorActionForm (using Apache Commons Validator project)

2013-03-21 Thread J.V.
I must be doing something wrong. Any ideas? When I hit submit on the form (and leave the fields empty), it continues with the lines in the Action method and never validates. Is there anything wrong with this configuration at all? --- My struts-config.xml entry looks like this:

DynaValidatorActionForm (using Apache Commons Validator project)

2013-03-21 Thread J.V.
), that I want to move away from using MyForm.java / validator() method to declarative form validation using Apache Commons Validator project but have toiled and toiled to get it to work. Any help would be greatly appreciated. thanks J.V

Exception thrown because of struts-config.xml

2013-03-21 Thread J.V.
grade). I am using Struts 1.3. Are there any reasons I would get this exception given the struts-config.xml listed below? thanks J.V. --- http://jakarta.apache.org/struts/dtds/struts-config_1_

Webapp - Struts 1.3 maintenance

2013-03-21 Thread J.V.
tructed by the documentation but the declarative validations are not being picked up. thanks J.V.