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