Hi,
I have a <s:select> tag which behaves different in IE 6.0 and firefox. In
Firefox the underlying property in my struts action is filled in IE not.
This is my code?
<s:form id="searchAdvisorIdsForm" action="searchAdvisorIds" method="post" >
.....
<s:select name="branchSearch"
headerKey=""
headerValue="-- Bitte wählen --"
list="branchNameList"
cssClass="medium"
/>
....
<s:submit theme="ajax" targets="organizersearch" key="button.search"
value="Suchen" cssClass="pushbutton" />
....
</s:form>
I have no idea why it works in Firefox and not in IE. Because there is no
JavaScript involved (or am I wrong).
Best regards.
Marc