Search:

Type: Posts; User: psychorav; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    14
    Views
    4,568

    problems with model binding

    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...
  2. Replies
    14
    Views
    4,568

    another question about binding beans to the model

    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...
  3. Replies
    14
    Views
    4,568

    problem with webflow

    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...
  4. Replies
    7
    Views
    2,596

    thanks a lot ...... it was realy a stupid...

    thanks a lot ...... it was realy a stupid question :)
  5. Replies
    7
    Views
    2,596

    public List getFunctionDefinition() { return...

    public List getFunctionDefinition() {
    return listOfFunctionDefinition;
    }
    public void setFunctionDefinition(List functiondefinition) {
    this.listOfFunctionDefinition = functiondefinition;
    }...
  6. Replies
    7
    Views
    2,596

    view problems in a jsp page

    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;...
  7. Replies
    5
    Views
    1,621

    i told xdoclet to generate all the hbm.xml file...

    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...
  8. Replies
    1
    Views
    3,003

    error loading appcontext

    hi folks,

    in my webapp i have declared some appcontext

    testJavaContext:


    <beans>
    <!-- ========================= GENERAL DEFINITIONS ========================= -->
  9. Replies
    5
    Views
    1,621

    sorry i found the part in the config file after i...

    sorry i found the part in the config file after i have posted the text :)
  10. Replies
    5
    Views
    1,621

    can i reuse xdocled generated cfg-files?

    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...
Results 1 to 10 of 10