Is this allowed then?
@DataModel
private Organisation[] organisations;
/*
* Methods
*/
@Factory("organisations") // Is run whenever this bean is created (we know its
going to be the "All" query.
public void initOrganisations() {
log.info("> initOrganisations");
applyAllQuery();
log.info("< initOrganisations");
}
??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028630#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...