[jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF

2008-02-04 Thread baz
I am not sure what you mean.
If you have a web project generated with jboss tools all pages are in the 
Web-Content folder.
If you use a seam-gen project, all pages are in the view folder.
You can build up any hierachy in these folders. the *.page.xml belongs in the 
same folder where the coresponding *.xhtml is.
I have never seen, that pages are stored in the WEB-INF folder.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4126441#4126441

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126441
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF

2008-02-04 Thread nickarls
You will have to add the path to all references of the page also. So if you 
have an 

  | ui:include src=foo.xhtml/
  | 

it should become


  | ui:include src=/thefolder/foo.xhtml/
  | 

Same goes everywhere the page is referenced - templates, navigation etc. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4126449#4126449

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126449
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF

2008-02-04 Thread brombie
Sorry, you're right, please replace all WEB-INF references in my original post 
to WebContent.

I tried building up the hierarchy inside WebContent, but if the xhtml and 
page.xml is not directly under WebContent, Seam is not picking them up.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4126444#4126444

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126444
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF

2008-02-04 Thread brombie
Thank you, that's what I've been missing!

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4126454#4126454

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126454
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user