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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to