Tomáš Drenčák <tomas.drencak <at> gmail.com> writes: > How can I invoke listener method of another application's page with > the same posted parameters?
Have you tried letting your Login page implement IExternalPage? Then you can call it with parameters telling it to login the user. Of course, a user could also call that page directly so you need to consider the security issues. -- Author of an e-Book for learning Tapestry (http://www.agileskills2.org/EWDT) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
