OK - I have some peculiar repeatable behaviour... (no use of value encoder
for testing and my findAll() works but smaller subset of results, still
List<LibraryEvent> object used for source)


Whether I use a grid or a loop, my EJB findAll() method which returns all
records - it displays the records without a problem.
If I use my getDistinct() method, I get the no coercion error.

Both EJB  methods return List<LibraryEvent> objects.

The findAll() returns 132 in the list, whereas the getDistinct() returns 3.
When calling findAll(), everything works.  getDistinct() though, no
coercion.

Any thoughts?

Thanks a lot
Chris

Here is the top of the stacktrace, but it looks like a normal "can't find
coercion" message:

[#|2013-02-20T23:47:48.276+1100|SEVERE|glassfish3.1.2|tapestry.render.org.opencsta.eventviewer.pages.AgentStatusList|_ThreadID=112;_ThreadName=Thread-2;|Render
queue error in BeginRender[AgentStatusList:loop]: Failure writing parameter
'value' of component AgentStatusList:loop: Could not find a coercion from
type java.lang.String to type au.com.mrvoip.libt5.model.LibraryEvent. 
                                                                               
org.apache.tapestry5.ioc.internal.util.TapestryException: Failure writing
parameter 'value' of component AgentStatusList:loop: Could not find a
coercion from type java.lang.String to type
au.com.mrvoip.libt5.model.LibraryEvent. [at classpath:
au/com/mrvoip/libt5/pages/AgentStatusList.tml, line 15]          



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/3-days-of-ValueEncoder-ing-no-coercion-found-tp5720109p5720118.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