I have a Grid that i wish to show and hide some columns. Here is my Grid <t:grid t:source="pickupQuotes" t:row="selectedQuote" t:rowsPerPage="50" t:model="quoteViewModel" t:inPlace="true" t:pagerPosition="top"> <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> <p:empty> </p:empty> </t:grid> In the onSubmit from button that renders my Grid i include the following source code.
quoteViewModel = beanModelSource.createDisplayModel(QuoteView.class, messages); quoteViewModel.exclude( "recipientPhoneNumber,pickupQuoteID,transactionID" ); return request.isXHR( ) ? searchTransactionZone.getBody( ) : null; the message object is just an Injected Object. But i get a render queue exception. What am i doing wrong. -- View this message in context: http://tapestry.1045711.n5.nabble.com/BeanModel-Exception-tp5718873.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