Re: Tabbed panel problem

2008-02-27 Thread Jeromy Evans
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 action

Re: Tabbed panel problem

2008-02-27 Thread Paranoid_Fabio
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 d

Re: Tabbed panel problem

2008-02-21 Thread Jeromy Evans
You're dealing with Ajax here, so you have to think about it from the client-side. There is only one Document (or DOM), irrespective of where the parts have come from. Dojo requests the JSP that's going to be placed inside the tad and explicitly inserts it into the page. This means the JSP ca

Re: Tabbed panel problem

2008-02-21 Thread Paranoid_Fabio
Thank you for the reply. But I can't understand how I could set this div as target of the form if the form is in other JSP, shown as result of the invoking of an action from inside the tab. ?? Paranoid_Fabio wrote: > > Hello. I try to explain the problem as cleary as possible: > I want to man

Re: Tabbed panel problem

2008-02-19 Thread Jeromy Evans
Ok, that makes sense. This is a little hard to explain, but here goes... What I have done in the past is NOT use the href attribute on the tab itself. Instead include another ANOTHER div inside the tab and make this div the ajax target. ie. theme="simple"> ... Now, the inner div rath

Re: Tabbed panel problem

2008-02-19 Thread Paranoid_Fabio
Yes. What I want to is to have the results of the action I call from inside the div shown inside the div again. Jeromy Evans - Blue Sky Minds wrote: > > I don't quite understand what you're asking for, but I suspect: > - you're doing the right thing using a remote tab/remote div to load > ht

Re: Tabbed panel problem

2008-02-18 Thread Jeromy Evans
I don't quite understand what you're asking for, but I suspect: - you're doing the right thing using a remote tab/remote div to load html fragments into your tabs asynchronously, but; - you also want to use the notifyTopics and listenTopics features of these tags to trigger refreshing/reloads