Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0-Alpha3
-
Fix Version/s: 2.0-Alpha3, 2.0.0
-
Component/s: Framework
-
Labels:None
-
Environment:jsf2.0, ICEfaces-2.0
Description
htmlunit tests with jsf2.0 tests the ability to render properly jsp pages. With the following context-param, this feature should also be available with ICEfaces-2.0:-
<context-param>
<param-name>org.icefaces.render.auto</param-name>
<param-value>false</param-value>
</context-param>
<context-param>
<param-name>org.icefaces.render.auto</param-name>
<param-value>false</param-value>
</context-param>
Issue Links
- blocks
-
ICE-4950 Configure existing JSF 2.0 test cases to run with ICEfaces 2.0
- Closed
with rev. 2163, all markup is good except:-
sessionID is being attached to action with addition of ICEfaces libraries (not there when ICEfaces is not present):-
for example:-
with ICEfaces
action="/jsf-systest/faces/taglib/commandButton_param_test.jsp;jsessionid=3c6a61379a67da7000051bf0bce8"
without ICEfaces:-
action="/jsf-systest/faces/taglib/commandButton_param_test.jsp"
also extra <span> tags with id's are being inserted in the ICEfaces test with extra id's and the id's are now preceded by __ for each of these span Id's. None of these are present in the tests without ICEfaces.
Also extra with the ICEfaces tests is the following addition to the markup:-
<script type='text/javascript'>ice.captureSubmit('form01');</script>
These things may be required for push even though ICEfaces