[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-3197) Add support for custom facelets tags

Maxim Areshkau (JIRA) jira-events at lists.jboss.org
Tue Apr 21 13:45:22 EDT 2009


    [ https://jira.jboss.org/jira/browse/JBIDE-3197?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12463514#action_12463514 ] 

Maxim Areshkau commented on JBIDE-3197:
---------------------------------------

An example of custom facelets definition can be founded here : https://svn.jboss.org/repos/jbosstools/trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/customFaceletsTestProject/WebContent/tags/facelets.taglib.xml 
File specification in source tag. 
<tag>
  <tag-name>echo</tag-name>
  <source>components/echo.xhtml</source>
 </tag>
An article about facelets  and facelets custom tags http://www.ibm.com/developerworks/java/library/j-facelets/
For now we just include it's file directly, but for example for ma:echo we shoud instead of ${echo} in visual parts show "echo" attribute value.

> Add support for custom facelets tags
> ------------------------------------
>
>                 Key: JBIDE-3197
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3197
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: Visual Page Editor Templates
>    Affects Versions: 3.0.0.beta1
>            Reporter: Maxim Areshkau
>            Assignee: Maxim Areshkau
>            Priority: Critical
>             Fix For: 3.1.0.M1
>
>         Attachments: CustomFaceletsTagsWithNoSourceDefinition.png, CustomFaceletsTagsWithSource.png
>
>
> Create support for custom facelets tags

-- 
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 jbosstools-issues mailing list