Training and application development. Let our experts develop your applications. We're fast. We're reasonably priced. We've been there... done that.
www.vitarara.net
To contact Mark send an email to mark@mjm.net. You will receive an auto response from my mail server to verify you're not a spammer.
© Mark Menard
...continuation: s:form method="post" action="the destination URL"...
If the Assertion Consumer is a simple Servlet, the request.getMethod() shows the POST and all Parameters are there. With Struts2 I receive a GET and see no Parameters. How can I convince Struts2 to accept the POST?
Another case of losing request parameters
...continuation:
s:form method="post" action="the destination URL"...
If the Assertion Consumer is a simple Servlet, the request.getMethod()
shows the POST and all Parameters are there. With Struts2 I receive a GET
and see no Parameters.
How can I convince Struts2 to accept the POST?