Greetings--

I have added an example of doing this at
S2iA<http://www.manning-sandbox.com/thread.jspa?threadID=22922&tstart=0>that
I think describes this usage a little better.

Scott

On Jan 31, 2008 5:07 PM, Stanley, Eric <[EMAIL PROTECTED]> wrote:

> I'd like to have a pair of selects, the first one controlling the
> content of the next. I understand that the <s:doublselect /> tag makes
> this possible. I just can't make it work. I tried just copying the
> example:
>
> <s:doubleselect label="doubleselect test1" name="menu"
> list="{'fruit','other'}" doubleName="dishes" doubleList="top == 'fruit'
> ? {'apple', 'orange'} : {'monkey', 'chicken'}" />
> <s:doubleselect label="doubleselect test2" name="menu"
> list="#{'fruit':'Nice Fruits', 'other':'Other Dishes'}"
> doubleName="dishes" doubleList="top == 'fruit' ? {'apple', 'orange'} :
> {'monkey', 'chicken'}" />
> And it does not work either. It populates both selects automatically,
> and the second select never changes content based on the first. They
> just seem static. I'm sure I'm looking at this the wrong way, so I could
> use some clarity. Thanks in advance.
> -Ryan
>
>
> This communication is the property of Qwest and may contain confidential
> or
> privileged information. Unauthorized use of this communication is strictly
> prohibited and may be unlawful.  If you have received this communication
> in error, please immediately notify the sender by reply e-mail and destroy
> all copies of the communication and any attachments.
>



-- 
Scott
[EMAIL PROTECTED]

Reply via email to