Great stuff. that works thx On 07.07.2010, at 12:51, Juan E. Maya wrote:
> 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 > Christian Koller Sofwareentwickler net mobile Schweiz AG Seestrasse 45 CH ñ 8702 Zollikon Tel: + 41 (0) 44 918 99 99 Fax: + 41 (0) 44 918 99 98 Direkt: + 41 (0) 44 918 99 72 Mail: christian.kol...@net-m.ch Web: www.net-m.ch --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org