Upon trying to change the Form 
            <t:form t:id="galleryForm" t:context="collectionType">
                <t:gallery collectionType="collectionType"
                    itemsPerPage="itemsPerPage"
                    tableColumns="tableColumns"
                    cursor="cursor"/>
              </t:form>
to 

Any

            <t:Any t:id="galleryForm" t:context="collectionType">
                <t:gallery collectionType="collectionType"
                    itemsPerPage="itemsPerPage"
                    tableColumns="tableColumns"
                    cursor="cursor"/>
              </t:Any>

 I receive this

Render queue error in SetupRender[psi/Home:gallery.itemsperpageselect]: 
Component psi/Home:gallery.itemsperpageselect must be enclosed by a Form 
component.                 
activeComponentspsi/Home (class org.tynamo.psi.psi.pages.Home)psi/Home:layout 
(class org.tynamo.psi.psi.components.Layout)
                                          

Reply via email to