Happy Friday Tapestry Users, I've been stuck on this all week and really can't move because it's the last part of my app :( Then I'm done!! But tapestry is not making it easy to finish.
My ValueEncoder is not getting recognised. Here's a good summary of it. 1. I use similar (if not the exact same) Object -> T5 Page -> T5 Template structure between 3 types of objects. My objects are a) CTIConfigurator b) RTQProbe c) LibraryQueueMemberEvent And it works for a list of objects when all values in the DB are fetched from business layer. No need for a value encoder for the grid component on these. The page class looks like this for all of these types And template And this works. I then use the same thing for a different object. Using the grid for all results and it works. My problem exists when I fetch from the business layer a subset of all objects of this type, and I get the coercion exception. I don't know why because it is still a list of objects. So I make a ValueEncoder for LibraryQueueMemberEvent And my AppModule has this added to use my ValueEncoder. It is my only contributedValueEncoder. I'm still getting a coercion exception on a subset of all LibraryQueueMemberEvent objects, which are returned from EJB as a list. The ValueEncoder is declared in the page and template, but somehow not recognised. The template And the page class There are no typos, I've gone over it with a fine toothed comb. Help required :( Thanks Chris -- View this message in context: http://tapestry.1045711.n5.nabble.com/3-days-of-ValueEncoder-ing-no-coercion-found-tp5720109p5720165.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