Hi, I'd probably try to put the t:if into (instead of around) the p:actionCell before looking at the docs/src ;,-)
-- Chris On Mon, Dec 24, 2012 at 5:33 PM, mateen <[email protected]> wrote: > <t:zone t:id="searchTransactionZone" id="searchTransactionZone"> > <div class="tableDv "> > <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="active"> > <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> > </div> > </t:zone> > > and in my JAVA code > > public boolean isActive() > { > return true; > } > > The link does not display ? No error is displayed or anything, what am i > doing wrong ? > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Testing-Grid-Row-Objects-tp5718952p5718958.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
