So, you read this in mail box
Then I think I should repost this

Here is the code

<div>

  <ul id="tabnav">
  <li>
    &lt;a jwcid="@DirectLink" listener="listener:switchTab"
parameters="trip" async="true"  updateComponents="tabs">Trip&lt;/a>
  </li>

  <li>
    &lt;a class="greenTab" jwcid="@DirectLink" listener="listener:switchTab"
parameters="photo" async="true" updateComponents="tabs">Photo&lt;/a>
  </li>

  <li>
&lt;a class="yellowTab"  jwcid="@DirectLink" listener="listener:switchTab"
parameters="favorite" async="true" updateComponents="tabs">Favorite&lt;/a>
  </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>


Ulrich Stärk wrote:
> 
> I'm giving up, I still can't see it. Use a proper mail client.
> 
> Pai911 schrieb:
>> Sorry! The forum filter the definition
>> 
>> Now I escape the tag myself, and it appears.
>> 
>> Please see the original post!
>> 
>> I have to tell you that in my IE, this happens even when async="true" is
>> set
>> 
>> Thank you!
>> 
>> 
>> Ulrich Stärk wrote:
>>> I still can't see the DirectLink declaration you are using... Where is
>>> it?
>>>
>>> Uli
> 
> 

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