webwork/src/main/webwork/view/taglib PropertyTag.java,1.4,1.5
[email protected] Fri, 10 May 2002 07:21:18 -0700
| Newsgroups | gmane.comp.java.webwork.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/webwork/webwork/src/main/webwork/view/taglib
In directory usw-pr-cvs1:/tmp/cvs-serv18504
Modified Files:
PropertyTag.java
Log Message:
fixed bug introduced by escape addition
Index: PropertyTag.java
===================================================================
RCS file: /cvsroot/webwork/webwork/src/main/webwork/view/taglib/PropertyTag.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- PropertyTag.java 8 May 2002 20:38:38 -0000 1.4
+++ PropertyTag.java 10 May 2002 14:21:16 -0000 1.5
@@ -89,6 +89,10 @@
{
Object value = getStack().popValue();
+ if (escape == null) {
+ escape = new Boolean(!hadBody);
+ }
+
if (!hadBody) {
// No body used. This means that we want to print the parameter out
try {
_______________________________________________________________
Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [email protected]