[jboss-user] [JBoss Seam] - Re: #{conversationList} appears to be empty

jacob.orshalick do-not-reply at jboss.com
Thu Sep 27 13:19:36 EDT 2007


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



More information about the jboss-user mailing list