I really need help in this. Do I need to use spring with this ?? I am
missing something ?
Mansour wrote:
It's really funny:
If I get the waiting screen it stays there and no further thing is
rendered. If I click refresh, the results I am expecting are
displayed. If I click refresh again the waiting, another refresh gives
the results. Between each refresh there's around 30 seconds, and the
operation I am doing takes only 3-6 seconds. So i give it enough to
make sure the action is over.
Any idea?
Mansour wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]