Hi Howard,

thanks for your answer, it looks like it is weel done, that's great :-)

Jirka

> Expansions, the ${...} mechanism, will automatically filter the text,
> converting diallowed characters into XML/HTML entities.
> 
> Tapestry 5 renders to a DOM-like tree, then streams the output.  I
> have yet to implement a mechanism for supporting "raw" output, the way
> Tapestry 4 does, but it is coming.  To access that, there will
> probably be a component for the purpose.
> 
> I'm thinking of a component, Output, that takes a value, an optional
> java.text.Format, and a raw flag as parameters.  Basically, pretty
> similar to Insert ... but I need to make a change to MarkupWriter and
> some other things first.
>> Hi,
>>
>> I just saw the last screecast about tapestry 5 and I would like to ask
>> about usign ${currentTime} construct in the page template for outputing
>> the properties. How it is with the escaping < > & characters (due to
>> XSS)? Have I any control about escaping or have I to do it on my own ...
>>
>> Thanks

-- 
Jiří Mareš (mailto:[EMAIL PROTECTED])

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to