[jboss-user] [JBoss Seam] - Re: Question On @Datamodel Outjection

hasc do-not-reply at jboss.com
Mon May 21 06:45:17 EDT 2007


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



More information about the jboss-user mailing list