Did I get it right? The user enters data into a form and submits. If he were logged in, you would forward to success page. But not being logged in you would like to do a round trip via login page and after sucessfull login forward to success page?
You could store the values entered by the user in the bean that is bound to the form in the session. After sucessfull login you could forward to the form-page again. Not a full solution, but at least the user would not have to enter data again. ----- http://www.winfonet.eu -- View this message in context: http://tapestry.1045711.n5.nabble.com/Is-it-possible-to-perform-form-submit-after-being-redirected-via-a-loginform-tp4771930p4772413.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
