Similar issue with loadMinimumCount="1"
---------------------------------------
Key: WW-3280
URL: https://issues.apache.org/struts/browse/WW-3280
Project: Struts 2
Issue Type: Sub-task
Affects Versions: 2.0.14
Environment: OS : Windows Vista Home Basic
IE 8.0.6001.18813IC
Struts 2.0.14
Reporter: Vaideesh Natarajan
Assignee: Musachy Barroso
Priority: Critical
I am using the autocompleter as below
<s:url id="iauJSON"
value="/atp/projects/ItemMasterEntityAttribute/auto.action?fldType=iau"/>
<s:autocompleter theme="ajax" href="%{iauJSON}" name="userName"
keyName="userId" loadOnTextChange="true" autoComplete="true"
loadMinimumCount="1" showDownArrow="false" dropdownHeight="100" size="17"
cssClass="input" cssStyle="position: relative;top: 1; height:17px;"/>
when I press a letter say 'a', I don't see anything even though
loadMinimumCount is set to 1, then if I press <backspace> and press 'a' again,
it works fine, same thing happens for all the letters. if I press 2 letters say
'al' it works fine(provided ofcourse the likes of it exist in the table)
I would really appreciate a patch as I can't upgrade to 2.1 yet. Even a pointer
to a similar issue reported before would be very helpful as I couldn't any
myself. Please help! Thanks~
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.