Hi Chris, you could use the OutputRaw componente (http://goo.gl/K4Bo) similarly than when u use message that contain html tags. It would be something like: <span t:type="OutputRaw" value="xxx:yyy"/>
On Wed, Jul 7, 2010 at 12:10 PM, Christian Koller <christian.kol...@net-m.ch> wrote: > Hi guys I have written an own BindingFactory with the newBinding method like > this: > > public Binding newBinding(String description, ComponentResources container, > ComponentResources component, String expression, Location location) { > return new LiteralBinding(location, description, "<b>test</b>"); > } > > Within the template I use something like: > <p>${xxx:yyy}</p> > > In the html output I see > <p><b>test</b></p> > > but I want to see only: > <b>test</b> > > how can I support tags within my value? > > thanks chris --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org