Hi - You probably want to use OutputRaw component like this:
<t:outputraw value="content"/> Here is documentation link: http://tapestry.apache.org/current/tapestry-core/ref/org/apache/tapestry5/corelib/components/OutputRaw.html Adam On Thu, Apr 28, 2011 at 11:07 AM, Argo Vilberg <wilps...@gmail.com> wrote: > I want write simple content management system in Tapestry 5. > > If i use String variable in template > > ${content} > > Then tapestry render this text to look like html > > > Example > > Text is : > <h1> Teenusest</h1> <p> > > > But tapestry shows this in template as > > <h1> Teenusest</h1> <p> > > > So how can i disable this HTML rendering ? > > > Argo > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org