One more question, have you been able to get logout to work? I tried
creating a simple link to /j_acegi_logout and to /app/j_acegi_logout
which didn't seem to work. I get a 404 not found.
It seems that the logout filter has not been created/initialized?
Thanks,
Mark
Robin Helgelin wrote:
On 8/18/07, Mark Helmstetter <[EMAIL PROTECTED]> wrote:
Do you have any examples of how to implement the login form/page? I'd
certainly much prefer to implement this as a Tapestry page rather than
other approaches that use JSP. How will login errors be reported on the
login page?
There is a small example application available here:
http://www.localhost.nu/svn/public/tapestry5-acegi-example/
Currently I'm using the acegi.failure.url application option to give
information that the login didn't work out. If you have other idea,
just shoot them over here :)