2 Replies Latest reply on Nov 24, 2007 2:10 PM by pmuir

    a4j:include and x.page.xml processing

    koenhandekyn

      as far as i can debug, if you include a page with the ajax4jsf include, the corresponding (included) xxx.page.xml does not get processed.

      this basically blocks me from putting for exampe seam-gen generated pages in for example a rich tab control as these pages require the handling of params for sorting, etc



      it feels like a bug or a shortcomming at least. wouldn't know if or how it could be fixed

        • 1. Re: a4j:include and x.page.xml processing
          koenhandekyn

          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>
          
          


          • 2. Re: a4j:include and x.page.xml processing
            pmuir

            You could file a feature request for this in JIRA.