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
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
,
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.
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
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
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
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
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
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
9 matches
Mail list logo