[jboss-user] [JBoss Seam] - Re: Understanding Conversations

toni do-not-reply at jboss.com
Mon Nov 27 13:21:55 EST 2006


This was a copy and paste error. The  #{counter.text} will call the following function in the "Counter" JavaBean.

public String getText()
{
return "Counter ID:" + thisCountersId + " Value: " + value;
} 

It is needed in order for the conversationsList object to work. I think it said somewhere, that you have to set the description. Here once again the complete pages.xml


  <page view-id="/displayCounter.jsp" timeout="300000">
    My Counter: #{counter.text}
  
 

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

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



More information about the jboss-user mailing list