Validator question

2004-05-25 Thread Peter Martin
I have a select list that I want to validate the user picked one of the values. The options in the select list are as follows: option[0]value = "" label = "Please Select" option[1]value = "P" label = "Probation" option[2]value = "T" label = "Trial" option[3]value = " "

Re: struts-scaffold and commons-scaffold

2004-05-05 Thread Peter Martin
y the same thing, only the iBATIS team did it better. (Of which I am now proud to be a member.) -Ted. On Tue, 04 May 2004 20:30:44 -0500, Peter Martin wrote: > I have seen the 2 scaffolds referenced in the Struts book "Struts > in Action", but they are in the Jakarta sandbox. Ar

struts-scaffold and commons-scaffold

2004-05-04 Thread Peter Martin
I have seen the 2 scaffolds referenced in the Struts book "Struts in Action", but they are in the Jakarta sandbox. Are these products usable? If so, where would I find the current jar files and current source files? - To unsubs