[jboss-user] [JBoss Seam] - Re: @DataModel does not create a component

gmanwani do-not-reply at jboss.com
Mon Apr 2 17:09:43 EDT 2007


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



More information about the jboss-user mailing list