Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Invalid
-
Affects Version/s: 2.1-Beta
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:2.1 Beta
Description
An f:ajax tag is used to submit an h:selectOneMenu component when a selection is made. This was working in the ICEfaces EE 2.0/ICEfaces 2.0.2 releases. In the new 2.1 Beta this is no longer working. This may be a regression from ICE-7185.
-
Hide
- Case10490Example.war
- 6.18 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../example/TestBean.class 1 kB
- WEB-INF/lib/commons-logging.jar 51 kB
- WEB-INF/lib/icefaces-ee-compat.jar 2.65 MB
- WEB-INF/lib/icefaces-ee-ext.jar 55 kB
- WEB-INF/lib/icefaces-ee.jar 203 kB
- WEB-INF/lib/jsf-api.jar 602 kB
- WEB-INF/lib/jsf-impl.jar 1.81 MB
- WEB-INF/lib/jxl.jar 689 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 148 kB
- WEB-INF/web.xml 2 kB
- tabTest.xhtml 1 kB
- welcomeICEfaces.xhtml 1 kB
-
Hide
- Case10490Example.zip
- 18 kB
- Arran Mccullough
-
- Case10490Example/build.xml 3 kB
- Case10490Example/.../ant-deploy.xml 2 kB
- Case10490Example/.../build-impl.xml 59 kB
- Case10490Example/.../genfiles.properties 0.5 kB
- Case10490Example/.../private.properties 0.5 kB
- Case10490Example/nbproject/.../private.xml 0.2 kB
- Case10490Example/.../project.properties 4 kB
- Case10490Example/nbproject/project.xml 2 kB
- Case10490Example/src/conf/MANIFEST.MF 0.0 kB
- Case10490Example/src/.../TestBean.java 0.8 kB
- Case10490Example/web/.../context.xml 0.1 kB
- Case10490Example/web/tabTest.xhtml 1 kB
- Case10490Example/web/WEB-INF/web.xml 2 kB
- Case10490Example/.../welcomeICEfaces.xhtml 1 kB
Issue Links
- depends on
-
ICE-7135 Add comprehensive support for <f:ajax> to the ICEfaces Components (compat/"ice") components
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Using the war exactly as given, in tomcat 7, without putting new ICEfaces jars in, it already seems to work. Using the page off of / and also tabTest.jsf both appear to work correctly. I'll need more info to reproduce an error.
Show
Mark Collette
added a comment - Using the war exactly as given, in tomcat 7, without putting new ICEfaces jars in, it already seems to work. Using the page off of / and also tabTest.jsf both appear to work correctly. I'll need more info to reproduce an error.
Marking as Closed / Invalid as part of legacy ICEfaces ICE / Compat component JIRA cleanup.
Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf
If the issue persists with the current ICEfaces release, please create a new JIRA for it.
Show
Ken Fyten
added a comment - Marking as Closed / Invalid as part of legacy ICEfaces ICE / Compat component JIRA cleanup.
Note: This issue may be resolved in a newer ICEfaces release, available here: http://www.icesoft.org/java/downloads/icefaces-downloads.jsf
If the issue persists with the current ICEfaces release, please create a new JIRA for it.
Attached test case, issue can be seen when using tabTest.jsf page.