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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user