Re: Ajax for populating drop downs list box
Philip Luppens <[email protected]> Fri, 08 Dec 2006 02:38:01 CST
| Newsgroups | gmane.comp.java.open-symphony.webwork |
|---|---|
| Message-ID | <17513037.1165567114909.JavaMail.os-j2ee@opensymphony01.managed.contegix.com> |
Pavan: please read the announcement on top of this forum.
Also, your java error is caused by unescaped quotes:
[code]
<ww:select name="country" cssStyle="position:absolute;left:160px;top:130px;width:278px;" list="{'USA','CAN'}" onchange="javascript:dojo.event.topic.publish("updateStatesListTopic", this.value);" />
[/code]
Change it to:
[code]
onchange="javascript:dojo.event.topic.publish('updateStatesListTopic', this.value);"
[/code]
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=52327&messageID=105935#105935
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]