Is  there a way to cause an html select control to "reload from a different
collection" -OR- to "update the collection and have the html select be
refreshed"?

If I have:
<html:select property="psdIndustryType" size="1">
     <html:options collection="psindustrytype" property="value"
     labelProperty="label"/>

Can I automatically repopulate the psindustrytype collection if the user
clicks on a checkbox on the form?    Is there a way to do this without
having to resubmit the form?     I am guessing not....

Another approach would be to have a javascript function (that gets called
when the user clicks on a checkbox) call an Action.   Is the best way to do
that in Javascript use use the "self.location=WhateverActionToCall"????

thanks,
Theron


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to