hi,
how can i redirect from one spring controller to another controller using a post method. I was looking at RedirectView . It seems to only do GET. Is there a workaround ? I appreciate your...
Type: Posts; User: vsv0001; Keyword(s):
hi,
how can i redirect from one spring controller to another controller using a post method. I was looking at RedirectView . It seems to only do GET. Is there a workaround ? I appreciate your...
hi,
I am trying to setup a https connection for a Restful spring web service.
When i use the normal url it is redirected to the https and works fine. My question is do i still need the...
Hi,
I have a Controller that has methods which accept get and post requests .
I have an @XStreamAlias("Processor") on my Processor pojo.
When i call a fetchProcessors method
my...
Hi,
I have a web project which has a some classes that can be invoked using spring remoting. I also have some classes which are exposed as spring rest web services. The whole thing works. When i...
hi,
we are using db2 v9 . we are trying to query a xml structure in the database using a prepared statement. has anyone worked on it.
I am getting the following error
Caused by:...
hi,
I am a new to spring. I am getting an error when i try to find a command from a jsp so that i can display the validation errors while validating using commons framework .
my xyz-servlet.xml...
hi,
Please forgive me if this question has been asked before. I am new to spring aop. I would like to use AOP for logging. I have gone through the concepts and understand that spring provides...
hi,
Can someone please help me .
regards
vvs
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'com.svg.xyz.unittest.ViewTest': Unsatisfied dependency expressed through bean property...
hi,
xxx-servlet.xml
<bean id="productListController" class="com.svg.xyz.controllers.ProductListController">
<property name="productManager">
<ref bean="productManager"></ref>
...
hi,
I am new to Spring. I was trying to implement a spring unit test extending
AbstractDependencyInjectionSpringContextTests. I have also implemented the following function protected String[]...