Search:

Type: Posts; User: vsaritha_9; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,170

    Testing web application using Spring Mock

    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...
  2. This is the Flow of my current program. There...

    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...
  3. Thank you very much for all your replys. Your...

    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...
  4. I am newbie to Spring hence lots of questions. ...

    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...
  5. Thread: showNewForm

    by vsaritha_9
    Replies
    3
    Views
    1,531

    Alef Arendsen, Thank you very much for your...

    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...
  6. Hello lumpynose, Thank you very much for...

    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.
    ...
  7. katentim, I am facing few problems with form...

    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...
  8. Thread: showNewForm

    by vsaritha_9
    Replies
    3
    Views
    1,531

    showNewForm

    Can anyone explain when this method showNewForm from AbstractFormController will be called by the spring framework?

    Can you please reply soon
  9. Replies
    0
    Views
    901

    ModelAndView Concepts

    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"...
  10. Thank you katentim for the link. It was helpful.

    Thank you katentim for the link.
    It was helpful.
  11. Spring Framework Controllers - Urgent Please

    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...
  12. Replies
    3
    Views
    1,247

    katentim, Thank you very much for ypur reply. ...

    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...
  13. Replies
    3
    Views
    1,247

    Directory Structure

    The directory structure of my current application is some thing like this,



    WebApp
    |-jsp
    |-js
    |-images
    |-WEB-INF
    |- classes
Results 1 to 13 of 13