Validator plugin troubleshooting

2005-08-25 Thread jonathan gilmore
I cannot get my struts application to work with the Validator plugin. Can someone please review my code below to see if I'm doing something wrong. I have omitted the LoginForm class The only formset in validation.xml... T

creditCard Validator plugin problems

2005-08-26 Thread jonathan gilmore
Hello, No matter what I type into my creditCard field the creditCard validator check allways comes back with the message Card Number is not a valid credit card number. If I substitute the 'creditCard' check to a 'long' check then I can pass validation by placing a 16 digit long number. Come

Navigating back to a previous page

2005-08-27 Thread jonathan gilmore
I have a common screen that is navigated to by many other screens. Does Struts have support for remembering the previous screen so that my common screen needs only one 'back' button to return the user to their original location? I have looked through the docs and havn't found anything. Any

Dynamically Sized Forms: Help!

2005-09-15 Thread jonathan gilmore
Hello, I have my dynamically sized form working with the use of a DynaValidatorForm. However, when I enter data in the 'quantity' fields (see JSP code shown below) the newly typed value is not populated into the form on submission i.e. my UpdateCartAction form contains the old values. Pleas