Martin Gainty wrote:
<action name="yourAction"
class="org.apache.struts2.portlet.dispatcher.YourAction">
<result name="success" type="json">success.jsp</result>
<param name="root">jsonResult</param>
</result>
/**success.jsp would have logic to accept a ajax response from YourAction*/
The "json" result type writes the response--I'm not sure what a JSP
parameter would mean here. Do you have working code configured like this?
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]