public int doStartTag() throws PageException {
ApplicationContextPro ac;
boolean initORM;
if(action==ACTION_CREATE){
ac=new ClassicApplicationContext(pageContext.getConfig(),name,false,
pageContext.getCurrentPageSource().getResourceTranslated(pageContext));
initORM=set(ac);
pageContext.setApplicationContext(ac);
}
else {