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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...