Details
Description
If we have any way to detect when a user is trying to use a JSP tag in a Facelets context, it would be great if we could generate an error. A lot of people either don't know or forget that JSP and Facelets are mutually exclusive.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Ken Fyten [ ken.fyten ] |
Fix Version/s | 1.6 [ 10031 ] |
Assignee Priority | P3 | |
Assignee | Mark Collette [ mark.collette ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #13449 | Mon Apr 02 12:00:18 MDT 2007 | mark.collette | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.6DR#3 [ 10050 ] | |
Fix Version/s | 1.6 [ 10031 ] | |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.6 [ 10031 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P3 | |
Assignee | Mark Collette [ mark.collette ] |
I made a Facelets TagDecorator, that will detect JSP tags, and log a debug message. It doesn't stop the JSP tag from being outputted as text, though, since the page developer might be doing that intentionally.
Subversion 13449
icefaces\core\src\com\icesoft\faces\facelets\D2DFaceletViewHandler.java
icefaces\core\src\com\icesoft\faces\facelets\JspTagDetector.java