[richfaces-issues] [JBoss JIRA] Commented: (RF-7261) Many samples use the wrong URI for the JSTL namespace in Facelets
Nick Belaevski (JIRA)
jira-events at lists.jboss.org
Tue Feb 23 08:53:16 EST 2010
[ https://jira.jboss.org/jira/browse/RF-7261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12516006#action_12516006 ]
Nick Belaevski commented on RF-7261:
------------------------------------
Philip,
Please use forum: http://community.jboss.org/en/richfaces?view=discussions for asking questions.
> 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