This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Struts and the fly likes Struts 2 when one or two sets of fields are required Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts 2 when one or two sets of fields are required" Watch "Struts 2 when one or two sets of fields are required" New topic
Author

Struts 2 when one or two sets of fields are required

Katie Doody
Ranch Hand

Joined: Nov 03, 2006
Posts: 90
I am working on validation and need to do the following logic:



What I am trying to do is say either lawPermEasement and permAcres must have values OR lawTempEasement and tempAcres must have values OR all four fields can have values.

I am having real problems with whether the validation should be written in the negative or the positive.
[ September 17, 2008: Message edited by: Katie Doody ]
Katie Doody
Ranch Hand

Joined: Nov 03, 2006
Posts: 90
I found the answer to my question. My syntax was wrong. This accomplishes what I need to do;


[ September 23, 2008: Message edited by: Katie Doody ]
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Struts 2 when one or two sets of fields are required
 
Similar Threads
Struts 2 Validation
Need help with Validation.xml
Struts 2 Integer Validation not working
Multiple field validation in Struts2 Validation using validation.xml file
Struts2 Regex Validation killing me, Please help