Re: sample struts JSP for dependency validation among user input fields..

2012-08-23 Thread Dave Newton
Validators aren't intended to prevent values from being changed, and it doesn't do anything for the UI side--why allow a field to be changed if it's not legally changeable? Dave On Thu, Aug 23, 2012 at 10:28 AM, al so wrote: > alternatively, how about using > com.opensymphony.xwork2.validator.v

Re: sample struts JSP for dependency validation among user input fields..

2012-08-23 Thread al so
alternatively, how about using com.opensymphony.xwork2.validator.validators? On Thu, Aug 23, 2012 at 7:05 AM, Dave Newton wrote: > This would be all via JavaScript. > > There's no tag library that would do this declaratively, out of the box. > The JavaScript would be standard JavaScript, example

Re: sample struts JSP for dependency validation among user input fields..

2012-08-23 Thread Dave Newton
This would be all via JavaScript. There's no tag library that would do this declaratively, out of the box. The JavaScript would be standard JavaScript, examples of things like this abound. Dave On Thu, Aug 23, 2012 at 10:01 AM, al so wrote: > Assuming one wants to build a simple UI with follow