Hi all, I'm trying to integrate spring (acegi) security 2.0 with my Tapestry 5 application. I have an tapestry page with login form and want to send data from login form to spring security filters. On login page I use something like this:
public Object onSubmitFromLoginForm() { getUserName; getPassword; create URL ... /j_spring_security_check?j_username=someUserName&j_password=somePassword return URL; } This works, but the problem is that I want request to spring security filter to be sent with POST method. So could you please advise how to tell Tapestry to use POST instead of GET or any other suggestions how to send data (with POST method) from my tapestry login page to spring security filters - simply need a way how to create "external POST link". Thanks for any help. Pavla -- View this message in context: http://www.nabble.com/T5%3A-external-POST-link-to-spring-security-tp17680013p17680013.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]