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
Activity
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Judy Guglielmin
made changes -
Judy Guglielmin
made changes -
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.0-Alpha3 [ 10032 ] | |
Assignee | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22686 | Tue Oct 19 10:28:32 MDT 2010 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/sparkle/component/src/org/icefaces/component/pushbutton/PushButtonMeta.java
MODIFY /icefaces/scratchpads/sparkle/component/src/org/icefaces/component/checkboxbutton/CheckboxButtonMeta.java ADD /icefaces/scratchpads/sparkle/showcase/test/web/buttons/pushbuttonSam.xhtml MODIFY /icefaces/scratchpads/sparkle/component/src/org/icefaces/component/pushbutton/PushButtonRenderer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22698 | Wed Oct 20 11:23:44 MDT 2010 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/sparkle/component/src/org/icefaces/component/checkboxbutton/CheckboxButtonMeta.java
ADD /icefaces/scratchpads/sparkle/component/src/org/icefaces/component/pushbutton/skins/rime/bullet.gif MODIFY /icefaces/scratchpads/sparkle/showcase/test/web/buttons/pushbuttonSam.xhtml MODIFY /icefaces/scratchpads/sparkle/component/src/org/icefaces/component/pushbutton/PushButtonRenderer.java MODIFY /icefaces/scratchpads/sparkle/component/src/org/icefaces/component/checkboxbutton/CheckboxButtonRenderer.java ADD /icefaces/scratchpads/sparkle/showcase/test/web/buttons/immediateTest.xhtml |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #22700 | Wed Oct 20 13:08:48 MDT 2010 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces/scratchpads/sparkle/component/src/org/icefaces/component/pushbutton/PushButtonRenderer.java
MODIFY /icefaces/scratchpads/sparkle/component/src/org/icefaces/component/checkboxbutton/CheckboxButtonRenderer.java |
Ken Fyten
made changes -
Fix Version/s | 2.0.0 [ 10230 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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