wow.........thanks for fast response and keen observation.
We totally missed this typo error as this piece of code was copy pasted from
code where the counter was index.
Hopefully this will solve the problem.
Really thanks.



On Fri, Aug 6, 2010 at 1:59 PM, Michael Kurz <[email protected]> wrote:

> See answer inline.
>
> Am 06.08.2010 08:08, schrieb preeti agarwal:
>
>> Thanks for your response.
>>
>
> You're welcome!
>
>  On click on each tab, I trigger the command link to display the
>> panelgroupLayout:
>>
>> <c:forEach var="tab" items="#{paramList}" begin="0" end="#{listSize}"
>> varStatus="status">
>>       <c:set var="Tcount" value="#{status.index}" scope="session"/>
>>
>>           *<tr:panelGroupLayout
>> id="LazyLoadPanelGroup#{CompId}_#{Tcount}" p**
>> artialTriggers="LazyLoad#{CompId}_#{index}"**>**
>>
>
> I think that "index" is wrong here - should also be "Tcount". "index" is
> set in the last c:forEach and should be fixed to listSize at this point in
> time. This would also explain why the last link triggers all panels.
>
> regards
> Michael
>

Reply via email to