Thanks amiladomingo.
I was trying to write advice against methods in Custom Controller Class, but Now I understood that we can write intercept only handleRequest method.I tried that it's working...
Type: Posts; User: SDB; Keyword(s):
Thanks amiladomingo.
I was trying to write advice against methods in Custom Controller Class, but Now I understood that we can write intercept only handleRequest method.I tried that it's working...
Hi Marten,
After reading the documentation again, I think I understand it better now. In my earlier reading I did not take in this part completely:
So, even if CGLIB proxies are used, calls...
Hi,
Thanks for the reply.
I tried writing after-throwing advice against handleRequest and it worked.
But I have a doubt. I think proxies will be created using CGLIB since we have put...
Hi,
I am new to AOP.
I have a controller class, ChangePasswordController , that extends an abstract Controller class which in turn extends AbstractWizardFormController. My requirement is to...
Hi,
My problem was with EL. I need to enable EL in jsp. I used
<%@ page isELIgnored="false" %> and everything went fine.
Thanks,
SDB
Hi,
I am new to Spring webflow and now I am trying the example in Spring recipes book.
I am getting the error as follows,
No flow definition '${flowExecutionUrl}&_eventId=next' found
...
Please update the thread if any materials are available regarding the session handling by spring security.
-SDB
Hello,
I am new to Spring. I am developing an application using maven, spring(2.5.6), hibernate and struts 2 and spring security (2.0.3).
In my application I have a User registration page, My...
I am also facing the same issue. Is there any fix yet ?
Please help
-SDB