I've solved it...

The problem was, that within my @SummaryBar component there was a DIV like this:

<div jwcid="@Any" class="ognl:getClass"></div>


And @Any component attached to the DIV tag with empty contents was breaking enclosing @For iterators...


Hi all,

I have a following problem with rendering components in T4.1...

On a page I have following code:

<div jwcid="typesIterator" class="ognl:multiTyped?'typeDiv':''">
<div jwcid="@If" condition="ognl:multiTyped" renderTag="literal:false"> <div jwcid="@SummaryBar"
       allCount="literal:5"
       newCount="literal:0"
       linkCssClass=""
       label="ognl:currentItemType"
linkId="ognl:id">Here comes bar with type and idicators </div> </div> <div jwcid="itemList">
     <div jwcid="expandableItem">
       Item
     </div>
   </div>
</div>



----------------------------------------------------------------------
Kasia Cichopek eksponuje biust
http://link.interia.pl/f1a6f


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

Reply via email to