you can mount AdminLogin to some Login.class extension like
class AdminLogin extends Login{
   constructor(){
      super(someParameters);
   }
}

On Wed, Dec 15, 2010 at 9:42 PM, Jeffrey Schneller <
[email protected]> wrote:

> I think this was discussed here but I can't seems to find it so I will
> ask again.
>
>
>
> I would like to mount a page Login to Login.class.  I know how to do
> this and have it working.
>
>
>
> Now I would like to mount a page called AdminLogin to Login.class but
> also pass a parameter to Login.class so that I can change the login form
> but still use the same page.
>
>
>
> Is this possible?  How would I do this?
>
>
>
> Thanks.
>
>
>
>
>
>


-- 
Pedro Henrique Oliveira dos Santos

Reply via email to