Nested selects

2008-10-11 Thread Francisco Exposito
Hi, I have to create nested selects for 4 levels. My solution now is one page using 1 s:doubleselect and once selected the two options, going to the next page where I populate another s:doubleselect. It is really poor. Is there any way to populate the four select in the same page? I have

Re: Multiple Selects and optionsCollection

2008-03-25 Thread Antonio Petrelli
2008/3/24, Tom Holmes Jr. <[EMAIL PROTECTED]>: > > The number of combo-boxes will change dynamically ... based on previous > information. I think that, in your case, you need to manage HttpServletRequest parameters directly. There's nothing wrong with it :-) Antonio

Multiple Selects and optionsCollection

2008-03-24 Thread Tom Holmes Jr.
, and I want capture the data from each of these selects. The number of combo-boxes will change dynamically ... based on previous information. And I'm trying to build an Action Form to capture all this data and then I am trying to use html:select and html:optionsCollection in my JSP.

LazyValidatorForm not accepting multiple selects

2007-11-04 Thread Donald Rosengartner
I recently joined a team using struts 1.3.8 and LazyValidatorForm. I can not seem to get the following html:select to work. I have tried modifying the datatype of the form bean property(ArrayList, String[], etc). String[] made the first of my selections' values available in the Action, but no o

Re: How do otherS deal with being OO and dealing with multi-selects on front end?

2006-05-11 Thread Adam Hardy
1) A Helper class will generate my String[] conversions to and from a List of "SomeObject" 2) My form beans stick with String[] properties for multiple selects/multibox situations 3) Rather than use BeanUtils.copyProperties( myFormBean, Person ) in my Action, I end up putting two met

Re: How do otherS deal with being OO and dealing with multi-selects on front end?

2006-05-11 Thread Rick Reumann
What I ended up doing is 1) A Helper class will generate my String[] conversions to and from a List of "SomeObject" 2) My form beans stick with String[] properties for multiple selects/multibox situations 3) Rather than use BeanUtils.copyProperties( myFormBean, Person ) in my Action

Re: Selects

2004-05-14 Thread bOOyah
Jonathan Wright wrote: Can anyone see anything wrong with the following select and option tags? I cannot fathom out why I keep getting an exception thrown in the BodyContent.clearBody method. This does not work: Select One Auckland Christchurch Dunedin Gisborne Ham

Selects

2004-05-13 Thread Jonathan Wright
Can anyone see anything wrong with the following select and option tags? I cannot fathom out why I keep getting an exception thrown in the BodyContent.clearBody method. This does not work: Select One Auckland Christchurch Dunedin Gisborne Hamilton Hastings

Problems with Selects

2004-05-13 Thread Jonathan Wright
I've narrowed the javax.servlet.jsp.tagext.BodyContent.clearBody() problem down to a select tag in my page. As soon as I put white space or any option tags inside the select's body the page fails when invoked. Anyone else encountered similar problems or am I'm omitting something glaringly obvious