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
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
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
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
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
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
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
7 matches
Mail list logo