Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:any
-
Support Case References:
Description
Basically, there should exist an action attribute for selectInputDate, selectOneMenu, etc. just like already existing for the inputText component in order to submit a form when the enter key is pressed.
-
Hide
- ICE-2399.war
- 6.03 MB
- Adnan Durrani
-
- META-INF/MANIFEST.MF 0.0 kB
- index.jsp 0.2 kB
- WEB-INF/lib/xercesImpl.jar 1.15 MB
- WEB-INF/classes/beans/Bean.java 0.7 kB
- WEB-INF/lib/icefaces-comps.jar 1.71 MB
- WEB-INF/lib/commons-collections.jar 558 kB
- WEB-INF/lib/backport-util-concurrent.jar 319 kB
- page2.jspx 0.9 kB
- WEB-INF/lib/commons-beanutils.jar 184 kB
- WEB-INF/lib/commons-logging.jar 52 kB
- WEB-INF/lib/el-api.jar 24 kB
- WEB-INF/lib/jstl.jar 17 kB
- page1.jspx 0.9 kB
- WEB-INF/classes/beans/Bean.class 1 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/web.xml 2 kB
- WEB-INF/lib/xml-apis.jar 190 kB
- WEB-INF/lib/icefaces.jar 1006 kB
- WEB-INF/lib/commons-digester.jar 140 kB
- WEB-INF/lib/jsf-api.jar 356 kB
- WEB-INF/lib/jsf-impl.jar 778 kB
- WEB-INF/lib/commons-fileupload.jar 87 kB
- WEB-INF/faces-config.xml 0.9 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
- selectOneMenu:
We have added the enter key support (action, actionListener) to the inputText componentt, because the standard html submits the page on the enter key. I don't think if the standard html does the same for the selectOneMenu.
- selectInputDate:
No comments here, I think its never been asked.
Show
Adnan Durrani
added a comment -
selectOneMenu:
We have added the enter key support (action, actionListener) to the inputText componentt, because the standard html submits the page on the enter key. I don't think if the standard html does the same for the selectOneMenu.
selectInputDate:
No comments here, I think its never been asked.
Yes selectInputText supports action. Do you want to have support of action on the selectInputDate in popup mode?, where it renders an input text?
Show
Adnan Durrani
added a comment - Yes selectInputText supports action. Do you want to have support of action on the selectInputDate in popup mode?, where it renders an input text?
branch 1.7 : revision 16579
trunk: revision 16580
action and actionListener attribute added to the selectInputDate component.
Show
Adnan Durrani
added a comment - branch 1.7 : revision 16579
trunk: revision 16580
action and actionListener attribute added to the selectInputDate component.
ice:inputText issues ICE-3090 was marked in-valid because of the missing configuration.
Show
Mandeep Hayher
added a comment - ice:inputText issues ICE-3090 was marked in-valid because of the missing configuration.
after adding servlet-mapping to .jspx the action attribute works fine.
Starting from 1.8.2-EE-GA_P01 & 1.8.3, action and action listener are only called when enter key is pressed (ICE-5299). Not to expect action event on Tab key.
Show
Joanne Bai
added a comment - Starting from 1.8.2-EE-GA_P01 & 1.8.3, action and action listener are only called when enter key is pressed ( ICE-5299 ). Not to expect action event on Tab key.
Any reasons why action shouldn't be supported on these components?