Re: formbased login question

2004-03-04 Thread Jeff Tulley
If you truly want a box with a username and password login on every page (as some portals have), then you do NOT want to use the container-provided security and the Instead, you will have to create your own security / login mechanism in your own servlet / taglib / whatever. As David pointed out,

Re: formbased login question

2004-03-04 Thread ldrobertson
; cc: Subject: formbased login question 03/04/2004 03:56

formbased login question

2004-03-04 Thread Werner van Mook
Before starting on a quest for more knowledge I thought I ask you all, I'm building a web app. A user should be able to login on every page available. So every page has a form with a loginname and password field. The form is formatted correctly for form based login. I'm not using frames! My web.x