[jboss-user] [JBoss Seam] - Re: A component that shows only the root conversations

denpet do-not-reply at jboss.com
Wed Jan 10 02:51:25 EST 2007


Sovled it by...

1. Removing @Intercept(NEVER)
2. Injecting the conversationList instead
	@In
	List conversationList;
3. Using the injected conversationList instead of map
	orderedEntries.addAll(conversationList);
	this.conversationEntryList = new ArrayList(conversationList.size());

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999778



More information about the jboss-user mailing list