[jboss-user] [JBoss Seam] - Re: Reorganizing templates in WEB-INF
nickarls
do-not-reply at jboss.com
Tue Feb 5 01:57:42 EST 2008
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=bb&op=viewtopic&p=4126449#4126449
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4126449
More information about the jboss-user
mailing list