Re: Re: insert html tag

2006-11-30 Thread wong wayne
thanks, it work great --- Sam Gendler <[EMAIL PROTECTED]> wrote: > or Insert component with raw="ognl:true" will > preserve htl tags > instead of escaping them. > > --sam > > > On 11/29/06, Jesse Kuhnert <[EMAIL PROTECTED]> > wrote: > > Use InsertText for <= Tapestry 4 or just "Insert" > with a

Re: Re: insert html tag

2006-11-29 Thread Sam Gendler
or Insert component with raw="ognl:true" will preserve htl tags instead of escaping them. --sam On 11/29/06, Jesse Kuhnert <[EMAIL PROTECTED]> wrote: Use InsertText for <= Tapestry 4 or just "Insert" with a mode of break >= 4.1. http://tapestry.apache.org/tapestry4.1/components/general/insert

Re: insert html tag

2006-11-29 Thread Jesse Kuhnert
Use InsertText for <= Tapestry 4 or just "Insert" with a mode of break >= 4.1. http://tapestry.apache.org/tapestry4.1/components/general/insert.html On 11/29/06, wong wayne <[EMAIL PROTECTED]> wrote: Hi all I would like to know is it possible to insert a string with html tag into a page, so th