It's not working. The only thing that is working is the execute part. lol
It waits there for ever, and the page doesn't display the action
results. It only shows the waiting page. Other actions just crach.
<action name="getAccountById" class="action.AccountAction"
method="getAccountById">
<interceptor-ref name="completeStack" />
<interceptor-ref name="execAndWait"/>
<result name="wait">/pages/wait.jsp</result>
<result name="success" type="chain">
<param name="actionName">getInvoices</param>
<param name="parse">true</param>
<param name="id">${acc.id}</param>
</result>
<result name="ERROR">/pages/exception.jsp</result>
</action>
Can any one tell me what's going on ?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]