On Sun, Apr 07, 2002 at 01:56:24PM +0300, Taavi Tiirik wrote:

> > There's no reason to escape it in normal HTML. It might have < or > in it
> > that you WANT to be interpretted as tags (or even "). The only place you
> > want it to be escaped is inside an attribute, inside a <textarea> or
> > sometimes inside HTML (ie displaying a value).
> > 
> > At the moment I handle this by wrapping a <view:escape> tag around the
> > property tag - I have a modified set of JSP templates which do this (and
> > other things - like multiple selects, header rows, descriptions). Again,
> > waiting on 1.0 to get done before I commit any of these.
> 
> It seems that <webwork:property> tag should be thought to do the
> escaping... ie. it would not make sense to wrap just about every usage of
> property tag with jet another tag. What do you think?

Shouldn't we simply add a encode attribute to the property tag which
defaults to true? 

-billy.

-- 
Meisterbohne       Söflinger Straße 100          Tel: +49-731-399 499-0
   eLösungen       89077 Ulm                     Fax: +49-731-399 499-0

_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to