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...
Type: Posts; User: krishna25881; Keyword(s):
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...
Thanks!! friend i am doing that but just before wanted to have a brief idea.
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...
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!!
<bean id="viewResolver" class="org.springframework.web.servlet.view.InternalResourceViewResolver">
<property name="viewClass">
...
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" ...
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...