Howdy, I'm actually trying to instrument pre-exising HTML with tapestry components. As such the common style marking is duplicated in many files and I need to remove it (since my layout component provides it). The best way for me to do that in the past has been to use the $content$ component as it causes tapestry to ignore any markup outside that component.
Cheers On Sun, Jun 1, 2008 at 6:17 PM, Jabbar <[EMAIL PROTECTED]> wrote: > Hello Andrew, > > I assume you are trying to create a border component with your use of > $content$ and $remove$, in which case you can use the Layout > component. However if you are trying to $remove$ a tag from some html > returned to you by your designer, sorry cant' help! If you find or if > somebody else knows please let us know. > > > > 2008/6/1 Andrew Pietsch <[EMAIL PROTECTED]>: > > Hi all, > > > > Does T5 have an equivalent of the $content$ and $remove$ components found > in > > previous versions? I've been looking but can't seem to find anything > > (except perhaps the DiscardBody body mixin for $remove$). > > > > Thanks > > Andrew > > > > > > -- > Thanks > > A Jabbar Azam > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >