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]

Reply via email to