try  preload="false" on the divs(tabs).

musachy

On 8/10/07, Sebastian Kolbe <[EMAIL PROTECTED]> wrote:
> Hi
>
> I'm using already 2.0.9.
> Is there a config option for this or something similar?
> For me it looks like the 'remote'-div is fetching it's content on
> "before"  *and* "load" topic publishing.
>
> An other problem for me is that most browsers are rendering
> very, very slow into such a 'div'. A page with tables that normally
> (normal struts-action rendering into a browser window) takes less
> than 1 second needs here almost 20 - 30 seconds.  It looks like the
> javascript in browser is doing some sort of postprocessing on the
> content?
>
> Thanks,
> Sebastian
>
> Marco Carnevale schrieb:
> > I had the same problem when I was using 2.0.6.  Upgrading to 2.0.8 \
> > 2.0.9resolved the issue.
> >
> > On 8/9/07, Sebastian Kolbe <[EMAIL PROTECTED]> wrote:
> >
> >> Hello
> >>
> >> Hope someone can help me with this:
> >> I have a TabbedPane with some tabs in it, each calling an url for
> >> their content.
> >> Now I have several problems:
> >> - I noticed that the selected tab calls the url two times before
> >> displaying.
> >> - I "reload" a specific tab by publishing a dojo-topic. In this
> >> situation the div calls the
> >> url two times.
> >>
> >> Since especially some older browser need "a lot of time" to display the
> >> tabs content
> >> I need to correct this.
> >> Is there a way to circumvent this behaviour? Maybe I did anything wrong?
> >>
> >> Another question:
> >> Is there an easy way to catch the event (something like 'onclick') when
> >> a different tab is selected?
> >>
> >> Here is my code for reference:
> >> <s:tabbedPanel id="resultTabPanel"
> >> selectedTab="resultPanelTab_%{maxTabId}">
> >>    <s:url id="infoActionUrl"
> >> action="SearchAction_fetchResultTable"></s:url>
> >>
> >>    <s:div id="resultPanelTab_1" cssClass="panelTab"
> >>         label="tab1" theme="ajax" labelposition="top"
> >> href="%{infoActionUrl}"
> >>         errorText="Loading error on tab1"
> >>         refreshOnShow="false" listenTopics="searchTab_0_Topic"
> >> loadingText="Loading..."
> >>         showLoadingText="false" autoStart="false" executeScripts="true">
> >>        <div id="indicator1" align="center" style="display:block;">
> >>           <img  src="../pics/spinning_wheel_throbber.gif" width="64"
> >> height="64" alt="Loading..."    border="0" title="Loading..."/>
> >>          </div>
> >>        </s:div>
> >> </s:tabbelPanel>
> >>
> >>
> >> Thanks,
> >> Sebastian
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >>
> >>
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to