Hi! The related logic:

    public abstract String getTab();

    public abstract void setTab(String tabName);

    /* Listeners */
    public void switchTab(String tabName) {
        this.setTab(tabName);
    }

I think it's more likely related to the version of IE

It seems to happen in certain version of IE

Thank you!!


Ulrich Stärk wrote:
> 
> Please post the DirectLink definition and the rest of the logic you 
> wrote to switch tabs.
> 
> Pai911 schrieb:
>> Dear all:
>> 
>> The following is the template for three tabs.
>> 
>> When each tab is clicked, switchTab listener should be invoked to set the
>> tab property
>> 
>> and asynchrounously update [EMAIL PROTECTED] component.
>> 
>> 
>> However, I found that in IE 6.0, the click of DirectLink will cause the
>> refresh of the whole page.
>> 
>> Is it a bug?
>> 
>> Please help me with this !
>> 
>> Thank you!
>> 
>> <div>
>> 
>>   <ul id="tabnav">
>>   <li>
>>      Trip 
>>   </li>
>> 
>>   <li>
>>      Photo 
>>   </li>
>> 
>>   <li> Favorite 
>>   </li>
>> </ul>
>> 
>> </div>
>> 
>> <div jwcid="[EMAIL PROTECTED]" class="up_box">
>> 
>>   <div jwcid="@If" condition="ognl:tab=='trip' ">
>>       trip
>>   </div>
>> 
>>   <div jwcid="@If" condition="ognl:tab=='photo' ">
>>      photo
>>   </div>
>> 
>>   <div jwcid="@If" condition="ognl:tab=='favorite' ">
>>      favorite
>>   </div>
>> 
>> </div>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-T4.1.3--Problems-with-async-DireckLink-tp14880659p14886289.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to