[jboss-user] [JBoss Seam] - Re: What the heck!!!!????

jacob.orshalick do-not-reply at jboss.com
Tue Oct 2 17:14:17 EDT 2007


No it doesn't actually.  You have:

public void getAgencyIncidentTypes( Agency selectedAgency )
  |    {
  |       this.agencyIncidentTypes = selectedAgency.getAgencyIncidentTypes();
  |    }
  | 

which is not the same as #{notificationManager.agencyIncidentTypes}.  This requires an actual getter for agencyIncidentTypes.  Did you clip this before posting?

Also, why are you going through the notificationManager to retrieve agencyIncidentTypes?  You outject agencyIncidentTypes which makes them directly available to the view through #{agencyIncidentTypes}.  Hope that helps.

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

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



More information about the jboss-user mailing list