Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,582

    Thanks amiladomingo. I was trying to write...

    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...
  2. Replies
    7
    Views
    1,582

    I think I understand it now

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

    Hi, Thanks for the reply. I tried writing...

    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...
  4. Replies
    7
    Views
    1,582

    Aop against AbstractWizardFormController

    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...
  5. Replies
    5
    Views
    3,472

    Hi, My problem was with EL. I need to enable...

    Hi,

    My problem was with EL. I need to enable EL in jsp. I used
    <%@ page isELIgnored="false" %> and everything went fine.

    Thanks,
    SDB
  6. Replies
    5
    Views
    3,472

    Hi, I am new to Spring webflow and now I am...

    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
    ...
  7. Replies
    3
    Views
    6,097

    Please update the thread if any materials are...

    Please update the thread if any materials are available regarding the session handling by spring security.

    -SDB
  8. Replies
    0
    Views
    1,752

    User Authentication after user registration

    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...
  9. I am also facing the same issue. Is there any fix...

    I am also facing the same issue. Is there any fix yet ?

    Please help

    -SDB
Results 1 to 9 of 9