I am not sure whether examples as a whole is avaibale or not.
If u r specific abt ur doubts, i can definitely help u.
Nidhi
Type: Posts; User: nidhi; Keyword(s):
I am not sure whether examples as a whole is avaibale or not.
If u r specific abt ur doubts, i can definitely help u.
Nidhi
Hi,
I am using #springMessage in velocity template for getting message values from message resource bundle.
in xxx-sevlet.xml I configured like this.
<bean id="messageSource"...
Hi,
I am using #springMessage in velocity template for getting message values from message resource bundle.
in xxx-sevlet.xml i configured like this.
<bean id="messageSource"...
hi
It didnt work out..I am getting the variable as such in template.
In jsp i am able to get the values.
Could you pls send me a sample appln for Velocity configuration in spring.
thanks ...
thanks..it works.
i have one another issue..
in controller class am extending SimpleFormController and overriding onsubmit method and return stmt is like this.
return new...
Hi,
I came across a problem while using velocity and jsp together with spring.
I want to use both .jsp and .vm files for view.
I am copying the confguration in xx-servlet.xml here.
...
Hi,
thanks for ur reply. But i already specified the bean in config file like this.
Am i wrong?
<bean id="productFormController" class="com.test.ProductFormController" >
<property...
hi
I got some exceptions while using <spring:bind> and <spring:hasBindErrors>
"
javax.servlet.ServletException: Neither Errors instance nor plain target object for bean named .. "
could...
hi,
Please let me know how to configure the details in xxx-servelt.xml for the Multiple Action Controller.
Can any of u please send me an example application with multipleactioncontroller ?
...