RE: Finding a DOM node in tapestry-4.1.*

2007-11-26 Thread Ken in nashua
Uli... thanks alot. It is a breathe of fresh air to receive confirmation about behaviors of the tapestry framework so the pioneering effort can continue gracefully. Best regards Ken in nashua From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: Finding a DOM node in tapestry-4.1.*Date: Fri, 23

Re: Finding a DOM node in tapestry-4.1.*

2007-11-23 Thread Ulrich Stärk
Block as well as RenderBlock don't render the tag name as used in the template, just the body specified within the Block component. If you want some enclosing element just wrap it up in a div element: Uli Ken in nashua schrieb: Well Upon examining the render

RE: Finding a DOM node in tapestry-4.1.*

2007-11-23 Thread Ken in nashua
Well Upon examining the rendered markup... the divs were omitted from the rendering with the actual markup in the Block declaration. But even so I thought I should be able to navigate anyway using the id's I provided... I am unable to even reference the id I specified for the actual Block.