Hi
I was using struts.2.0.11 version. Implemented autocompleter feature using
ajax. here is the example of the tag.
<s:url id="issueNbrUrl" namespace="/autocompleter" action="getIssueNumbers"
/>
<s:autocompleter
href="%{issueNbrUrl}"
name="issueId"
id="issueId"
theme="ajax"
autoComplete="false"
loadOnTextChange="true"
loadMinimumCount="2"
showDownArrow="false"
searchType="substring"
dropdownHeight="300"
dropdownWidth="300"
notifyTopics="/issueIdSelected">
</s:autocompleter>
Auto completer works fine. But when I use back button to retype is auto
matically shrinks and suddenly shows only one row with a down/up arrows
buttons in the right corner. That mean only one result can be seen at a time
otherwise use scroll buttons to see other results. This behavior persists
unless I close the browser and start again. Using IE 6.0 version. What could
be the problem?
Your help will be highly appreciated
Thanks
Sashi
--
View this message in context:
http://www.nabble.com/Struts2-ajaxified-autocompleter-is-shrinking-when-use-back-tab-tp21365614p21365614.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]