[jboss-user] [JBoss Seam] - Re: a4j:include and x.page.xml processing

koenhandekyn do-not-reply at jboss.com
Wed Nov 21 10:39:19 EST 2007


concrete example

somewhere
<rich:tabPanel>
  |       <rich:tab label="accounts">
  |         <a:include viewId="/up/admin/accountList.xhtml" />
  |       </rich:tab> 
  | ...

the accountList.page.xml content:

  | <?xml version="1.0" encoding="UTF-8"?>
  | <page
  |   xmlns="http://jboss.com/products/seam/pages"
  |   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  |   xsi:schemaLocation="http://jboss.com/products/seam/pages http://jboss.com/products/seam/pages-2.0.xsd"
  |   login-required="true"
  | >
  | 
  |   <param
  |     name="order"
  |     value="#{managedAccounts.order}"
  |   />
  |   <param
  |     name="reverse"
  |     value="#{managedAccounts.reverse}"
  |   />
  | 
  | </page>
  | 
  | 

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

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



More information about the jboss-user mailing list