[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-924) visualization of facelets tags in a seamgen project

Carsten H?hne (JIRA) jira-events at lists.jboss.org
Thu Sep 20 10:38:30 EDT 2007


visualization of facelets tags in a seamgen project
---------------------------------------------------

                 Key: JBIDE-924
                 URL: http://jira.jboss.com/jira/browse/JBIDE-924
             Project: JBoss Tools
          Issue Type: Bug
            Reporter: Carsten H?hne


This is for JBossTools-200709200350-nightly-ALL 
Visualization of ui:composition,ui:include and ui:decorate do not work correctly in a seamgen project

The problem is with absolute pathnames. 
<ui:insert src="/somedir/somefile.xhtml"/> does not visualize the content
whereas <ui:insert src="somedir/somefile.xhtml"/> does not.

With an jsf-project both forms works

My problem. I have to use absolute pathnames. with relative ones my app will not run:-(

To reproduce genarate a seamgen project with Seam 2.0..0CR1 
1.seam setup
2.seam new-project

3.copy the generated project to your eclipse workspace
4. do an import existing project into workspace
5. try 

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

        



More information about the jbosstools-issues mailing list