Paranoid_Fabio wrote:
Thank you. But the showcase didn't help me.
I actually can do what is showed in the showcase.
I'm able to call an action from inside the tab, and to show the resulting
jsp inside the tab again.
What I cannot achieve is to display inside the tab the result of the other
actions I call from the jsp displayed in it:
Page 1 has tbPanel1 inside. From tab1 of tbPanel1 I call Action1.action.
Action1 success results in JSP1.jsp being showed in the tab1 correctly.
JSP1 contains a submit button that calls Action2.action. Action2 perform
some logic ecc..if there is an error, an error messagges is added and
Action2 returns error. JSP1.jsp (as result of error result type) should be
displayed again, inside the tab, with error messages.
The problem is that JSP1 is now displayed like a standalone page.
It sounds like the call to Action2 is not using ajax at all. You can use
FireBug to determine that (filter the Net tab to XHR only).
That would occur if the javascript has been separated and/or not
executed by the containing dojo tag, or a simple error at that submit
button.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]