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...
Type: Posts; User: braberyx; Keyword(s):
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...
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...
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...
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...
You did help greatly ! :)
Thanks a lot
Cheers,
B.
my code should read
protected void onFormChange(HttpServletRequest req, HttpServletResponse res, Object command, BindException err) throws Exception {
...
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...
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...
Hi all,
Check my code below... Why am i not getting the <c:o:out value='${ testText}'/> printed on my jsp???
************************** The controller...
Hello...
Can you please email me your solution? (the controller class...)
B.
Hi all,
Check my code below... Why am i not getting the <c:o:out value='${ testText}'/> printed on my jsp???
************************** The controller...
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...