Ok,
 
Upon changing the template to use one reference to the BLOCK component instance 
using a RENDERBLOCK instead of multiple references... I see the ID's are now 
what I coded...
 
     value="tableSizeSelect,pagingSpanSelect,...
 
as opposed to
 
     value="tableSizeSelect_0,pagingSpanSelect_0,...
 
I will jira this as a limitation of BLOCK RENDERBLOCK usage.
 
Workaround's or solutions are nice to hear about.
 
Does this functionality exist for T-5 ?
 
Here is the bad usage... autoPagingContent being the usage.
 
--- declaration
<span jwcid="[EMAIL PROTECTED]">
<table width="100%" border=1>
     <tr>
          <td width="25%" align="left" NOWRAP>
               <span jwcid="@Insert" value="Table Size"/>
               <select jwcid="[EMAIL PROTECTED]"
                    model="ognl:tableSizeModel"
                    value="ognl:tableSize"
               />
               <span jwcid="@Insert" value="Paging Span"/>
               <select jwcid="[EMAIL PROTECTED]"
                    model="ognl:pagingSpanModel"
                    value="ognl:pagingSpan"
               />
          </td>
     </tr>
</table>
</span>
 
-- definition
<div jwcid="[EMAIL PROTECTED]">
     <div jwcid="@RenderBlock" 
          block="ognl:components.autoPagingContent" />
</div>
<div jwcid="[EMAIL PROTECTED]">
     <div jwcid="@RenderBlock" 
          block="ognl:components.collectionContent" />
</div>
<div jwcid="[EMAIL PROTECTED]">
     <div jwcid="@RenderBlock" 
          block="ognl:components.autoPagingContent" />
</div>
 


 
_________________________________________________________________
Helping your favorite cause is as easy as instant messaging. You IM, we give.
http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join

Reply via email to