Final reminder: ApacheCon North America call for presentations closing soon

2022-05-19 Thread Rich Bowen
[Note: You're receiving this because you are subscribed to one or more Apache Software Foundation project mailing lists.] This is your final reminder that the Call for Presetations for ApacheCon North America 2022 will close at 00:01 GMT on Monday, May 23rd, 2022. Please don't wait! Get your talk

Re: Tapestry Grid encoder

2022-05-19 Thread Christopher Dodunski
Thanks for those links, Geoff. Actually, I'm more interested in your "jumpstart/examples/tables/gridwithdeletecolumn1" Grid example where you provide this component with an encoder. When I try to do likewise, my IDE complains: "Attribute t:encoder is not allowed here". Not sure whether this

Re: Tapestry Grid encoder

2022-05-19 Thread Christopher Dodunski
Hi all, I've identified the source of the problem. It was a small omission in the HQL which resulted in an Object[] of fields rather than an entire entity being handed onto the Grid component, hence "[Ljava.lang.Object;" in the exception message below. "Could not find a coercion from ty

Re: Tapestry Grid encoder

2022-05-19 Thread Christopher Dodunski
Thanks for those links, Geoff. Actually, I'm more interested in your Grid example where you provide this component with an encoder. http://jumpstart.doublenegative.com.au/jumpstart/examples/tables/gridwithdeletecolumn1 When I try to do likewise, my IDE complains: "Attribute t:encoder is