Have a look at AccountFormController.java in jpetstore sample,
you can return it as a Map in your view, later use you JSTL tags to display it
Here is the code snippet
protected Map...
Type: Posts; User: hariinfo; Keyword(s):
Have a look at AccountFormController.java in jpetstore sample,
you can return it as a Map in your view, later use you JSTL tags to display it
Here is the code snippet
protected Map...
Ok, I solved this one.
here is the solution
<property name="pages">
<list>
<value>Page1</value>
<value>Page2</value>
<value>Page3</value>
<value>Page4</value>
Hi,
I'm wondering how i could wire this in my applicationContext.xml file
for a AbstractWizardFormController, instead of doing from constructor
publicn MyControllerConstructor() {
...
I'm using Spring 2.0 M2
I get SAXParseException during startup
Here is my configuration
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"...
Well it is for sure classloader issue in WSAD 5.1.2 (WAS Test environment 5.1)
Following trick worked for me
1. For your application set following classloader policy
Classloadermode...
Hi guys,
I have seen many posts on this issues, well basically how do we enable logging in websphere server 5 and above for Spring apps.
I have given it a try for days now and haven't got it...
Hi any idea , when spring will support ibatis 2.2
Currently Abator generated classes does not seem to work with spring M2, it fails to parse the SQL mapping files.
I guess...