And here come the controller and Jsp:
--------------------------------------------------
The Controller:
Map model = new HashMap();
model.put("reference", referenceDao.getNameList(custId));...
Type: Posts; User: mhn; Keyword(s):
And here come the controller and Jsp:
--------------------------------------------------
The Controller:
Map model = new HashMap();
model.put("reference", referenceDao.getNameList(custId));...
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...
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.
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...
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.
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)...