Create a "LoginBox" component with a Form component that contains the login fields and submit button. Create a class for the "LoginBox" component and put a listener method in it to process the login form. You'll end up with a self-contained login component that can be placed in your Shell component.

-Ryan

Sam Gendler wrote:
I want a little login form in my Shell component, but I don't want to
have to include properties for the fields and validators and such in
every page that includes the shell.  What is the usual mechanism for
dealing with this problem?  Is there a way to get the form to post
directly to an ExternalLink? That seems the obvious solution to me. I can implement a page that does nothing but process the login form (I
already have such, in fact), and allow the pages that include the
Shell component to be ignorant of the requirements necessary to
process the form.  Anyone able to supply guidance for how tlo do such
a thing?

Thanks

--sam

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to