I am trying to write an integration testing for one of the web components.
I am trying to use Spring Mock classes and I am getting below errors.
Caused by: java.lang.IllegalStateException: No...
Type: Posts; User: vsaritha_9; Keyword(s):
I am trying to write an integration testing for one of the web components.
I am trying to use Spring Mock classes and I am getting below errors.
Caused by: java.lang.IllegalStateException: No...
This is the Flow of my current program.
There is no validator class defined for this JSP. As validator class does not have access to request or session objects, all validations for this JSP form...
Thank you very much for all your replys.
Your input is greatly appreciated.
I will try to debug my code with the information you have provided and I will see if I can find something.
I...
I am newbie to Spring hence lots of questions.
Thank you very much for being very patient to answer my questions.
I have not tested success view yet.
My problem is with formview. If you can...
Alef Arendsen,
Thank you very much for your reply.
I have asked this question because.
I have explained my problem in other post
http://forum.springframework.org/showthread.php?t=15884
I...
Hello lumpynose,
Thank you very much for replying to my post.
I am extending SimpleFormController. I have configured both FormView and success view in my x-servlet.xml file.
My problem is.
...
katentim,
I am facing few problems with form submission flow. The documentation is no help to me. Can you please go through the scenario and suggest me.
When showNewForm() method is called on...
Can anyone explain when this method showNewForm from AbstractFormController will be called by the spring framework?
Can you please reply soon
I have a JSP called one.jsp.
The configuration of my x-servlet.xml is like this.
<prop key="/1.htm">FirstFormController</prop>
<bean id="FirstFormController"...
Thank you katentim for the link.
It was helpful.
Hello All,
I am trying to understand srping Web framework. In my current application, none of the bean is defined with singleton=false property this means all beans are defined as singleton.
Of...
katentim,
Thank you very much for ypur reply.
I apologize not to post my reply soon as I had to test if <c:URL/> work in my QA environment.
Unfortunatly it did not work.
I am not sure what...
The directory structure of my current application is some thing like this,
WebApp
|-jsp
|-js
|-images
|-WEB-INF
|- classes