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

norman.richards@jboss.com do-not-reply at jboss.com
Thu Dec 14 15:29:31 EST 2006


Actually, it turns out to be even easier with the jpdl.xml files since everything lines up correctly at the top of the EAR.  (for a normal app)

<?xml version="1.0"?>
  | 
  | <!DOCTYPE pageflow-definition
  | [
  | <!ENTITY everything   SYSTEM "resource:everything.txt">
  | ]>
  | <pageflow-definition name="newuser">
  |     &everything;
  | </pageflow-definition>
  | 

everything.txt shold be at the top of the ear, next to the jpdl.xml file. 

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

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



More information about the jboss-user mailing list