Search:

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

Search: Search took 0.03 seconds.

  1. Thread: AJAX without DWR

    by mhn
    Replies
    9
    Views
    2,951

    And here come the controller and Jsp:...

    And here come the controller and Jsp:
    --------------------------------------------------
    The Controller:
    Map model = new HashMap();
    model.put("reference", referenceDao.getNameList(custId));...
  2. Thread: AJAX without DWR

    by mhn
    Replies
    9
    Views
    2,951

    I have a three dropdowns in my jsp and when I...

    I have a three dropdowns in my jsp and when I change the first one
    then the two other will be replaced. Before the selecttag I have a divtag
    witch I will use in the Javascript. From the controller...
  3. Thread: AJAX without DWR

    by mhn
    Replies
    9
    Views
    2,951

    I first tryed DWR but it did not work for me. I...

    I first tryed DWR but it did not work for me. I use an ordinary controller and a JSP with the part I wont to replace. In the javsscript I used responseText to replace the HTML.
  4. Replies
    0
    Views
    559

    Typing at the field level

    I am new to spring and try to do a simple form. The form should take the info from the database and let the user change it and update the table. My question: I have to type a lot. The columnname from...
  5. Replies
    1
    Views
    1,051

    Now the problem i solved. I looked in the wrog...

    Now the problem i solved. I looked in the wrog direction. The error was in the demo-servlet.xml. I have forget to change the demoController bean to ref to the userDao bean.
  6. Replies
    1
    Views
    1,051

    Problem with Spring and iBatis

    I get this error when I try to access the application in Tomcat:

    java.lang.IllegalArgumentException: No SqlMapClient specified
    org.springframework.util.Assert.notNull(Assert.java:91)...
Results 1 to 6 of 6