Search:

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

Search: Search took 0.02 seconds.

  1. Registration of jobs and triggers failed

    Hi All,

    I am new to Spring and using the quartz schedulers in our application with RAM Job store. Now we wanted to run our application in clustered environment and exploring an option to use the...
  2. Thanks!! friend i am doing that but just before...

    Thanks!! friend i am doing that but just before wanted to have a brief idea.
  3. ApplicationContext vs WebApplicationContext

    Hi All,

    I am bit confused about these ApplicationContext and WebApplicationContext. I know that the WebApplicationContext extends the ApplicationContext. But what exactly these two are and wats...
  4. Replies
    5
    Views
    1,071

    Hi Nidhi, I think I got the answer to my...

    Hi Nidhi,
    I think I got the answer to my question.
    There is TilesConfigurer is also declared in my xml in that there is mapping to this ".login".

    Anyway thanks for helping me out!!
  5. Replies
    5
    Views
    1,071

    View Post

    <bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
    <property name="viewClass">
    ...
  6. Replies
    5
    Views
    1,071

    Hi!!, Thanks for the reply but i dont see any...

    Hi!!,
    Thanks for the reply but i dont see any prefix or suffix to the ViewResolver in my "examples-servlet.xml" but still the setFormView(".login"); is redirecting the next page to "login.jsp" ...
  7. Replies
    5
    Views
    1,071

    ViewResolver

    Hi All,

    I am new to spring and in one of the sample project i found the code something like below in a SimpleFormController constructor.

    setFormView(".login");

    I know the above code is to...
Results 1 to 7 of 7