Details
Description
Although ICEfaces Facelets applications are now working against JSF 1.2, ICEfaces JSP applications typically fail in the page parsing stage.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
The recent checkin allows the standard component-showcase to work on glassfish-v2-b41 with the server-provided jsf implementation (the fix involves special-cases for how parameters are passed to JSP tags, so it may have indirect dependencies on Sun code).
However, it currently exhibits the following problems:
- selectInputDate component displays but is not interactive
- page is blank on first render
Show
Ted Goddard
added a comment - The recent checkin allows the standard component-showcase to work on glassfish-v2-b41 with the server-provided jsf implementation (the fix involves special-cases for how parameters are passed to JSP tags, so it may have indirect dependencies on Sun code).
However, it currently exhibits the following problems:
selectInputDate component displays but is not interactive
page is blank on first render
Testing indicates that bug is resolved. Created
ICE-1751for the non-interactive tutorials (bug unrelated to JSF 1.2 support).