Search:

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

Search: Search took 0.02 seconds.

  1. Hi, I've got the solution to my problem. It...

    Hi,

    I've got the solution to my problem. It was very simple afterall.

    I only had to do a CustomAuthenticationProcessingFilter which would extend AuthenticationProcessingFilter and then wire it...
  2. how can my controller read information submitted to Acegi j_security_check

    Hi all,

    I have an ApplicationListener which detects failed logins and logs them to my database.

    I am using Acegi security to login. Therefore all data submission are done to j_security_check...
  3. How to redirect web app when event detected in an ApplicationListener

    Dear all,

    I have an ApplicationListener which can detect when ConcurrentLoginException is raised.

    However i do not know how to redirect the user attempting to log in to a JSP page saying...
  4. Hi, I just wanted to use the authz taglib to...

    Hi,

    I just wanted to use the authz taglib to do it as simple as possible.

    Anyway i found a solution to my problem. I simply used more taglibs :). I've used String from apache

    Here's the...
  5. Replies
    5
    Views
    1,126

    Thanks

    You did help greatly ! :)

    Thanks a lot
    Cheers,
    B.
  6. Replies
    3
    Views
    892

    my code should read protected void...

    my code should read



    protected void onFormChange(HttpServletRequest req, HttpServletResponse res, Object command, BindException err) throws Exception {

    ...
  7. Replies
    3
    Views
    892

    Hi, Thanks for your reply.. My mistake... i...

    Hi,

    Thanks for your reply..

    My mistake... i should have explained better...

    Lets say i supply a correct query string after my form has loaded the 1st time.. then i submit it... from my debug...
  8. Replies
    5
    Views
    1,126

    onFormChange method issue

    Hi,

    I'm trying to implement the same logic in my codes.
    I'm using a displayTag grid and have some data loaded originally into it using referenceData..
    However now i want to add a dropdown and a...
  9. Replies
    3
    Views
    892

    onFormChange problem

    Hi all,

    Check my code below... Why am i not getting the <c:o:out value='${ testText}'/> printed on my jsp???

    ************************** The controller...
  10. Solution

    Hello...

    Can you please email me your solution? (the controller class...)

    B.
  11. Replies
    0
    Views
    702

    onFormChange problem.. please help

    Hi all,

    Check my code below... Why am i not getting the <c:o:out value='${ testText}'/> printed on my jsp???

    ************************** The controller...
  12. Datasource for Websphere

    Hi pgras,

    Please tell me what DataSource file do you use instead of org.apache.commons.dbcp.BasicDataSource in your application. I'm using Spring 2.0rc with WebSphere 5.1.. and i'm having the same...
Results 1 to 12 of 12