[richfaces-issues] [JBoss JIRA] Commented: (RF-7261) Many samples use the wrong URI for the JSTL namespace in Facelets

Philip Murphy (JIRA) jira-events at lists.jboss.org
Tue Feb 23 08:30:10 EST 2010


    [ https://jira.jboss.org/jira/browse/RF-7261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12515997#action_12515997 ] 

Philip Murphy commented on RF-7261:
-----------------------------------

Does this mean that RichFaces only supports JSTL 1.0 (J2EE 1.3/JSP 1.2) and not JSTL 1.1 (J2EE 1.4/JSP 2.0) as these uri's are defined on the following web page?

http://faq.javaranch.com/java/JstlTagLibDefinitions

JSTL 1.0: xmlns:c="http://java.sun.com/jstl/core"
JSTL 1.1: xmlns:c="http://java.sun.com/jsp/jstl/core" 

Thanks,

Philip

> Many samples use the wrong URI for the JSTL namespace in Facelets
> -----------------------------------------------------------------
>
>                 Key: RF-7261
>                 URL: https://jira.jboss.org/jira/browse/RF-7261
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: examples
>    Affects Versions: 3.3.1
>         Environment: Windows XP Pro
> Sun JavaEE SDK 5.07
> Apache Tomcat 6.0.18
>            Reporter: Scott Langley
>            Assignee: Nick Belaevski
>            Priority: Minor
>             Fix For: 3.3.2.CR1
>
>
> Many of the RichFaces Facelets sample files use this URI for importing JSTL:
>    xmlns:c="http://java.sun.com/jsp/jstl/core"
> For Facelets, the URL for importing the JSTL namespace should be:
>   xmlns:c="http://java.sun.com/jstl/core"
> This can confuse users as to the proper use of JSTL with RichFaces.
> Examples of such files:
> http://anonsvn.jboss.org/repos/richfaces/tags/3.3.1.GA/samples/layout-sample/src/main/webapp/pages/layout.xhtml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list