Thanks that ist the library I have been looking for
Can you also give me an answer to my second question?
Type: Posts; User: styssi; Keyword(s):
Thanks that ist the library I have been looking for
Can you also give me an answer to my second question?
No. The JavaMail mail.jar does not contain the package.
Hi,
I want to use Spring for sending Emails. So I did take a look at the documentation Chapter 22.
http://static.springsource.org/spring/docs/2.0.6/reference/mail.html
Now I am looking for the...
Yes, my problem is solved. I use
to write statusMessage to the session. I delete statusMessage from the session after printing it out.
Thanks for the information.
I did delete the "statusMessage" from the session after printing it out.
Hi,
I implemented a web application where users can register and login.
If the login fails, I want to write a statusMessage to the jsp page. I extend the SimpleUrlAuthenticationFailureHandler...
Hi!
I did find an error in the spring security documentation 2.1. Didn't know where to post it.
<beans:beans xmlns="http://www.springframework.org/schema/security"
...
thanks for your help. Your solution solved the problem :)
Hi!
I installed the Apache Directory Server on my pc and I a downloaded the spring ldap 1.3. I got the following code from the spring introduction...