Hi all!
I've two instances of one tapestry application run on one server,
differs in context path. Home page is login screen and I want if user
enters some special login (e.g. demo) then he should be signed in
second instance, otherwise in first instance, of application. There's
a form component with login and password field which invokes doLogin()
listener.
I've achieved this by throwing a redirect exception with specified
location within doLogin() listener. But I can't sign in him (invoke a
listener).
How can I invoke listener method of another application's page with
the same posted parameters?
Thanks
tomas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]