Renzo,

perhaps you can help out and provide a fix for Tomahawk 777 ?

thx,
Matthias

On 12/22/06, Renzo Tomaselli <[EMAIL PROTECTED]> wrote:

 Adam,
     thanks, indeed now I found the Tomhawk-777 jira. No way till they fix
it, my only chance to stay with Trinidad is to rewrite my dataTable stuff
through Trinidad-equivalent tr:table.
 The dataTable is by far one of mostly used components, can I expect
equivalent functionalities in tr:table ? This is an overlapping area: did
anybody compare ?
 Thanks -- Renzo


 Adam Winer wrote:
If I remember correctly, this is a bug in dataScroller - it assumes
 behavior of CommandLinkRenderer that is not at all guaranteed,
 in terms of encodeBegin()/encodeChildren()/encodeEnd() and
where
 all the content gets written.

 -- Adam


 On 12/21/06, Renzo Tomaselli <[EMAIL PROTECTED]> wrote:


  Hi, I wonder if anybody succeeded in getting dataScroller working under
 Trinidad. Mine doesn't work anymore since I updated my web.xml to Trinidad
 stuff.
 A dataScroller such as:

 <t:dataScroller id="resultScroller"   actionListener="#{
 resultBean.paginator}" ....>

 having a facet such as:

 <f:facet name="next">
     <h:panelGroup rendered="true">
         <h:commandButton value="#{msg['result.scroller.next']}"
 styleClass="nextPrevious" action="#{resultBean.apply}"/>
         <t:graphicImage url="#{sessionBean.map['arrow-next']}"
 style="border: 1px""/>
  </h:panelGroup>
 </f:facet>

 is rendered as:

 <input id="_id50:result:_id409" name="_id50:result:_id409" type="submit"
 value="next"

onclick="submitForm('_id50',1,{source:'_id50:result:_id409'});return
false;"
 class="nextPrevious">
 <img src="/AxxBrowser/images/arrow-next.gif" style="border: 1px">
 <a id="_id50:result:resultScrollernext"
 name="_id50:result:resultScrollernext"

onclick="submitForm('_id50',1,{source:'_id50:result:resultScrollernext','_id50:result:resultScroller':'next'});return
 false;"
                 class="OraLink" href="#"></a>

 the image element has no "onclick" attribute anymore, thus is not active,
 unlike the non-Trinidad version.
 Furthermore, "next" button submits, but result is not as before (I'm still
 investigating about this).
 Any idea ?
 Thanks -- Renzo






--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to