the @Datamodel selectitems is initialized by the ExpressCalculator 's method 
"calculateInstallationCosts()". it executes a private method which returns the 
Set. I just did not write it down here. selectitems is properly initialized 
because i can e.g display the size of it by writing a method in BudgetOverview

public int getSize() {
  |    return selectitems.size();
  | }

and display it like

<h:outputText value"#{budgetOverview.size}"/>

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

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

Reply via email to