2003/06/26 01:53:37
[org.ibex.core.git] / src / org / xwt / Template.java
index c1a2532..6ee6f0b 100644 (file)
@@ -488,6 +488,7 @@ public class Template {
                     if (t.redirect != null)
                         throw new XML.SchemaException("the <redirect> header element may not appear more than once");
                     t.redirect = c.vals[0].toString();
+                    if(t.redirect.equals("null")) t.redirect = null;
                     return;
 
                 } else if (c.localName.equals("preapply")) {