Hi, i am using dojoType="Combobox" as follows and it works fine . it sends
request to a
servlet and key-value pair returns as it requires n working fine aslo .... however when i select any value from combo box , page is submitted
and returns to the same page .......but the it DOES NOT shows the selected
value in combo box....any idea how to do it ....code is as follows ....
<select name="customer" id="customer" dojoType="struts:ComboBox"
setSelectedValue="dojo.byId('customer.id').value=arguments[0]"
dataUrl="customer.dojo" style="width:137;height:20"
onValueChanged="javascript:callSomeServerMethod()" ></select>