Hi
I have the following in a jsp page:
<s:url id="resetPassword" action="reset-user-password" namespace="/admin">
<s:param name="userName" value="%{userDTO.userName}"/>
<s:param name="ajax" value="true"/>
</s:url>
<sj:a href="%{resetPassword}" targets="userDetails"
onClickTopics="confirmReset" requestType="GET"
cssClass="vMenuItemText">Reset Password</sj:a>
Using Jquery plugin 3.1.1 the sj:a tag appears to be ignoring the
requestType="GET" or I'm not specifying it correctly, but either way, when I
click on the link, the parameter data is sent as a POST and I need to it to
go as a GET
Regards
--
View this message in context:
http://struts.1045723.n5.nabble.com/JQuery-plugin-sj-a-tag-Bug-tp4770185p4770185.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]