error=false;
}
public WOComponent loadEOModelAction() {
try{
session.setGsveomodel(new GSVEOModel(thePath));
this.getGSValidateObject(thePath);
app.config().addPath(thePath);
app.saveConfiguration();
return pageWithName("Modeler");
}catch(IllegalArgumentException e){