Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0, EE-1.8.2.GA_P04, 3.1
-
Fix Version/s: 3.2, EE-1.8.2.GA_P05
-
Component/s: ICE-Components
-
Labels:None
-
Environment:Ubuntu 10.10, Eclipse Helios, Dynamic Web Project deployed under JBoss 6.0 Final
Description
minChars option in h:selectInputText element does not work at all.
I created a componenent:
<ice:selectInputText rows="6" width="300"
listVar="comune"
options="{minChars:3}"
valueChangeListener="#{myBean.updateList}"
listValue="#{myBean.listComuni}">
...
</ice:selectInputText>
but the method updateList() is called also with just one character
I created a componenent:
<ice:selectInputText rows="6" width="300"
listVar="comune"
options="{minChars:3}"
valueChangeListener="#{myBean.updateList}"
listValue="#{myBean.listComuni}">
...
</ice:selectInputText>
but the method updateList() is called also with just one character
Activity
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [5007000000NJnIT] | |
Affects Version/s | 3.1 [ 10312 ] | |
Affects Version/s | EE-1.8.2.GA_P04 [ 10280 ] |
Attachment | Case11568Example.war [ 14817 ] | |
Attachment | Case11568Example.zip [ 14818 ] |
Fix Version/s | 3.2 [ 10338 ] | |
Fix Version/s | EE-1.8.2.GA_P05 [ 10331 ] | |
Assignee Priority | P2 | |
Assignee | yip.ng [ yip.ng ] |
Attachment | screenshot-01.png [ 14861 ] |
Attachment | screenshot-02.png [ 14867 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30751 | Fri Sep 07 16:05:27 MDT 2012 | yip.ng | |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #30755 | Fri Sep 07 16:31:51 MDT 2012 | yip.ng | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 [ 10011 ] |
Attached test case that reproduces this issue.