aha.. I think I know the problem.  You are missing the @Factory annotation to 
initialize the datamodel


@Factory("isteklerList ")
  public void loadIsteklerList() {
    logger.debug("loadIsteklerList ");
    if (isteklerList == null) {
      isteklerList = populateList();
    }

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

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

Reply via email to