please can anybody help me with my binding problems.
i use the webflow 0.5 and i just won't a form where i can an new information to a javabean that already exist in the modelmap. displaying is no...
Type: Posts; User: psychorav; Keyword(s):
please can anybody help me with my binding problems.
i use the webflow 0.5 and i just won't a form where i can an new information to a javabean that already exist in the modelmap. displaying is no...
again sorry for some stupid questions
in your example phonebook you create in the criteria jsp one bean named query.
which i think is putted to the map which you give to the validator and then to...
hi
i just tried to generate a simple webflow in my project. now i faced with such a error message
2004-11-16 18:31:04 StandardWrapperValve[sbmlApp]: Servlet.service() for servlet sbmlApp threw...
thanks a lot ...... it was realy a stupid question :)
public List getFunctionDefinition() {
return listOfFunctionDefinition;
}
public void setFunctionDefinition(List functiondefinition) {
this.listOfFunctionDefinition = functiondefinition;
}...
i'm just thinking about how i must "bind" a model to a view.
the model is like
public class Model implements Serializable{
private String modelId;
private String name;
private Sbml sbml;...
i told xdoclet to generate all the hbm.xml file plus the hibernate.cfg.xml in the /WEB-INF/classes directory of the webmodule. then i told spring to initialise the sessionFactory
<bean...
hi folks,
in my webapp i have declared some appcontext
testJavaContext:
<beans>
<!-- ========================= GENERAL DEFINITIONS ========================= -->
sorry i found the part in the config file after i have posted the text :)
hi @ all
i'm planing to use spring in my project which has already a stable access to a database
which use hibernate as or/mapper. all the config files for hibernate are generated automatically...