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> -- View this message in context: http://www.nabble.com/-T4.1.3--Problems-with-async-DireckLink-tp14880659p14880659.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]