Re: form authentication

2005-04-15 Thread Ted Husted
The standard examples work fine in Struts applications, such as * http://www.onjava.com/pub/a/onjava/2001/08/06/webform.html?page=last In the form, just be sure to name the attributes j_username and j_password. The container does the rest. (But some of the configuration details vary between cont

Re: form authentication

2005-04-14 Thread Dakota Jack
There are examples in the Struts shipment. On 4/14/05, Peter Laufer <[EMAIL PROTECTED]> wrote: > Hi theere. > I'm newbie to struts. > I need some simple example how to do FORM AUTHENTICATION with struts. > can you help me? (send it to: [EMAIL PROTECTED]). > > thank you very much. > > Best Regard