[jboss-user] [JBoss Seam] - Re: Page action not called
wise_guybg
do-not-reply at jboss.com
Mon Jul 30 08:18:57 EDT 2007
Do not consider /WEB-INF as a repository for the *.page.xml As you have probably seen the Pages class gets the configuration file's name like this
String resourceName = replaceExtension(viewId, ".page.xml");
It should really be next to the .xhtml file. After all this is the idea behind this feature, to have the configuration next to the source file. Not in a single really big repository location.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4068699#4068699
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4068699
More information about the jboss-user
mailing list