Hello,
I'm trying to integrate Spring(2.0) with Struts(1.2) and I have all the required libraries in my eclipse .classpath. I have also configured the 'ContextLoaderPlugIn' in the struts-config.xml....
Type: Posts; User: KBThakur; Keyword(s):
Hello,
I'm trying to integrate Spring(2.0) with Struts(1.2) and I have all the required libraries in my eclipse .classpath. I have also configured the 'ContextLoaderPlugIn' in the struts-config.xml....
Thanks a lot, this helped :)
For instance, if the user had entered an invalid password on a login screen. he/she should be taken back to the same screen with the appropriate error message instead of to a different screen.
What is the best way to send information about an exception back to a JSP from a SimpleFormController.
For instance, I have the following code in the onSubmit(..,..) of my SimpleFormController :
...