Hi, all,
I have two html:select as below:
---------------------------------------------------
<html:select property="s1">
        <html:options collection="c1" property="value"
                   labelProperty="label"/>
      </html:select>
<html:select property="s2">
        <html:options collection="c2" property="value"
                   labelProperty="label"/>
      </html:select>
--------------------------------------------------------
when user choose item2 from s1, I want to change the collection in s2 
from "c2"  to "itemC". How can I do that?
Thanks in advance!
Tong


                        
---------------------------------
Do you Yahoo!?
 Check out the new Yahoo! Front Page. www.yahoo.com

Reply via email to