> > Are there any occasions where it is *not* necessary to escape the > > output? I.e. should we always do it? > > 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.
Mike, Now that 1.0 is released do you have time to share your <view:escape> tag functionality as well as new jsp templates you have made to the cvs. 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? with best wishes, Taavi _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user