Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    475

    how I can login directly without redirct?

    my requirement is following:


    a url is visited. the url contains special token. for exampel: url is: /bo/business.jsp?id=223&file=34&myToken=AFSDAS234DFADF123SADFSD
    from the url, the server...
  2. Replies
    1
    Views
    1,112

    enable dependecy management

    in properties --> Jave EE Module Dependencies, select all jars ,except for jsp-api.jar, servlet-api.jar, then the project can run successfully.

    if in Jave EE Module Dependencies, there is no...
  3. turn off jsp validation

    in menu: Window ->Preferences - > Validation
  4. Replies
    1
    Views
    1,131

    solution

    in properties --> Jave EE Module Dependencies, select all jars ,except for jsp-api.jar, servlet-api.jar, then the project can run successfully.
  5. Replies
    1
    Views
    1,131

    cannot be opened because it does not exist

    I have a maven project in sts 2.3.2, when I deploy it to tc server,it has following error info:


    [org.springframework.web.context.ContextLoader] - <Context initialization failed>...
  6. a way for upload file

    tested in Roo 1.0.2

    1: modify create.jsp: add enctype="multipart/form-data" and <input type="file" name="file"/>



    <form:form action="${form_url}" method="POST" modelAttribute="big"...
  7. Replies
    5
    Views
    1,000

    why no OneToOne relationship?

    command "field reference cardinality" has ONE_TO_ONE options.



    @ManyToOne(targetEntity = One1.class)
    @JoinColumn
    private One1 toOne2;
Results 1 to 7 of 7