Interesting.  The ConversationEntries are obviously being populated.  The 
conversationList is simply a manager component that calls the same method you 
are calling to retrieve the ConversationEntries, orders them, and provides them 
as a List.

Try using #{org.jboss.seam.core.conversationList}.  I wonder if the alias is 
having an issue.  You could also try injecting the conversationList into your 
action @In(value="org.jboss.seam.core.conversationList") to print out what it 
contains in the log.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089420#4089420

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4089420
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to