Hello all. I've added sslext to my struts application. However I can't seem to get it to post (the parameters are appended to the url). In the jsp, the form tag is:
<sslext:form action="ShoppingCartAction" name="ShoppingCartForm" type="com.rana.release.forms.ShoppingCartForm" scope="request" method="POST"> So as far as I can tell it should be a post. If I change the tabs from sslext to html then it puts the action in the url (http://localhost:8080/ShoppingCartAction.do). If I put the sslext it puts the jsp, the session id, and all the parameters. Thank you, Stephane

