In my app i have the following code

<t:zone t:id="searchTransactionZone" id="searchTransactionZone">
    <div class="tableDv ">
        <t:grid t:source="pickupQuotes" t:row="selectedQuote"
t:rowsPerPage="5"
            t:inPlace="true" t:pagerPosition="top" add="action">
            <p:actionCell>
                <t:jquery.dialogajaxlink t:id="link2" t:dialog="myDialog"
t:zone="prcessTellerTransactionZone"
t:context="${selectedQuote.pickupQuoteID}" class="process">
                    Process Teller
                </t:jquery.dialogajaxlink>    
            </p:actionCell> 
        </t:grid>
    </div>
</t:zone>



and in my java code

@Log
    public Object onActionFromLink2( QuoteID transactionQuoteID )
    {

    }

The t:context in the Ajax Link is of the same type as this. However i get
the exception 

Request event 'action' (on component remittance/Teller:link2) was not
handled; you must provide a matching event handler method in the component
or in one of its containers.

What am i doing wrong. Are there certain types that i can pass in the
context param or something  ? Where am i going wrong.

Kind Regards,









--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Grid-Exception-tp5718843.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