RE: Struts Validator: form value1 < form value2

2006-06-22 Thread Jeremy Nix
( ((field2 != null) and (*this* != null)) and (*this* <= field2) ) ) _____ Jeremy Nix Senior Application Developer Southwest Financial Services, Ltd. (513) 621-6699 x1158 -Original Message- From: The Jasper [mailto:[EMAIL PROTECTED] Sent: Thurs

RE: Struts Validator: form value1 < form value2

2006-06-22 Thread Jeremy Nix
I'm trying the following validation, and it is giving me a syntax error: "line 1:87: expecting RPAREN, found 'and'". Am I going about this wrong? test test _________ Jeremy Nix Senior Application Developer Sou

Struts Validator: form value1 < form value2

2006-06-21 Thread Jeremy Nix
How can I use the Struts Validator to enforce the above rule? Neither of the fields are required, but if both are given, they must adhere to the given rule. Thanks for any help, _ Jeremy Nix Senior Application Developer Southwest Financial Services, Ltd. (513

Passing ActionForm along on the request

2004-05-26 Thread Jeremy Nix
the JSP page so that they would be repopulated on the submit. This would be slightly annoying, but is a viable solution. My question is, is there another solution that works as clean as sessions but uses the request? _________ Jeremy Nix Senior Application Developer Southwes