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
/pages/ManualContentUpload.jsp > type="redirect">/pages/UploadDenied.jsp > > > What I want is that all the resulting jsp's still be shown in the tab of > the panel.

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
nualContentUpload.jsp > type="redirect">/pages/UploadDenied.jsp > > > What I want is that all the resulting jsp's still be shown in the tab of > the panel. How I can do this? > > Thank you for help! > > > > >

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
ges/UploadDenied.jsp >> >> >> What I want is that all the resulting jsp's still be shown in the tab of >> the >> panel. How I can do this? >> >> Thank you for help! >> >> >> >> >> >> > > -

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

Tabbed panel problem

2008-02-18 Thread Paranoid_Fabio
ntentUpload.jsp /pages/ManualContentUpload.jsp /pages/UploadDenied.jsp What I want is that all the resulting jsp's still be shown in the tab of the panel. How I can do this? Thank you for help! -- View this message in context: http://www.nabble.com/Tabbed-panel-problem-tp1