Well here is my gallery model again... delegates to the 3 blocks

    <table width="100%" border="3" align="center">
        <tr>
            <td>
                <t:Any id="headerSelect">
                    <t:delegate to="autoPagingContent"/>
                </t:Any>
                <t:Any id="galleryContent">
                    <t:delegate to="collectionContent"/>
                </t:Any>
                <t:Any id="footerSelect">
                    <t:delegate to="autoPagingContent"/>
                </t:Any>    
            </td>
        </tr>
    </table>

Notice... footerSelect is delegating to autoPagingContent block
Notice... headerSelect is delegating to autoPagingContent block

This could not be done in T4... and I know that statement is irrelevant and has 
no effect now.

Is this supported in T5 though ? It seems to run and render... but my webapp 
gets all whacked up... the selects bounce back to what their initialized values 
are and nothing sticks and runs as though I never used the @Persist for those 
select variables.

I am not sure if this is THE problem... I know I would like to see something 
reliable in the debugger... which I still cant'

Just trying to clean this up ... THANKS


                                          

Reply via email to