Hi,

My tml page contains the following Grid.

 <t:grid t:source="pickupQuotes" t:row="selectedQuote" t:rowsPerPage="50"
t:add="action"
            t:inPlace="true" t:pagerPosition="top" exclude="prop:excludes">
            <t:if test="pending"> 
                <p:actionCell>
                    <t:jquery.dialogajaxlink t:id="link2"
t:dialog="myDialog" t:zone="prcessTellerTransactionZone"
t:context="selectedQuote.pickupQuoteID.id" class="process">
                        Process Teller
                    </t:jquery.dialogajaxlink>    
                </p:actionCell> 
            </t:if>
            <p:empty>
            </p:empty>
        </t:grid>

Now I want to conditionally show a certain type of action cell . In the t:if
i want to pass a certain property of the grid row to test wether it is
active or not. Now can i do this. In my JAVA code i have a getPending
function that takes no Params ? 



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Testing-Grid-Row-Objects-tp5718952.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to