[jboss-user] [JBoss Seam] - Re: Referencing global view-id variables from .jpdl.xml

gavin.king@jboss.com do-not-reply at jboss.com
Fri Dec 15 13:11:32 EST 2006


@Name("org.jboss.seam.core.pageflow")
  | public class MyPageflow extends Pageflow {
  | 
  |    @Overrider protected String getViewId(Page page)
  |    {
  |       return ....;
  |    }
  | 
  | }

APPLICATION is the default precedence, so you don't need to specify it explicitly.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994305#3994305

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994305



More information about the jboss-user mailing list