Form-based authentication & Tapestry

From: Richard Smol (jazzcat_at_dds.nl)
Date: 04/29/04


Date: 29 Apr 2004 07:36:18 -0700

Hi there,

I want to use a Tapestry form for form-based authentication (in Jetty,
this time), since I want ot avoid using static HTML pages in my web
space. How can I direct the j_username and j_password variables to
j_security_check? I tried to catch the variables in the Page.java and
then throw a RedirectException, but that goes wrong in all kind of
ways.

TIA!

RS