Hi all,
I was trying to get an xaction output to another xaction with the following code :
But then I'm stuck not knowing how to proceed, I know in the case of Report I could use SimpleReportingComponent, but to redirect it to a new xaction I have no clue,
How should I proceed ?
Thanks,
I was trying to get an xaction output to another xaction with the following code :
Code:
<outputs>
<myXaction type="content">
<destinations>
<response>redirect</response>
</destinations>
</myXaction>
</outputs>
<resources>
<xactionDef>
<solution-file>
<location>test2.xaction</location>
<mime-type>application/xml</mime-type>
</solution-file>
</xactionDef>
</resources>
How should I proceed ?
Thanks,