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
/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.
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
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!
>
>
>
>
>
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
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!
>>
>>
>>
>>
>>
>>
>
> -
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
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
8 matches
Mail list logo