With 1.2, I could do this:
#textAreaLarge("" "#xmlExport($federatedIds)")
It works perfectly fine if I pull the #xmlExport out...
Now, with 1.3-rc1 and 1.4 cvs head, I get an exception thrown:
2002-03-25 17:27:39,799 - VMProxyArg.setup() : exception
"#xmlExport($federatedIds)" : java.lang.NullPointerExceptio
n
at
org.apache.velocity.runtime.parser.node.ASTDirective.init(ASTDirective.java)
at
org.apache.velocity.runtime.parser.node.SimpleNode.init(SimpleNode.java)
at
org.apache.velocity.runtime.parser.node.ASTStringLiteral.init(ASTStringLiter
al.java)
at
org.apache.velocity.runtime.directive.VMProxyArg.setup(VMProxyArg.java)
at
org.apache.velocity.runtime.directive.VMProxyArg.<init>(VMProxyArg.java)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.setupProxyArgs(Veloci
macroProxy.java)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.setupMacro(Velocimacr
oProxy.java)
at
org.apache.velocity.runtime.directive.VelocimacroProxy.init(VelocimacroProxy
.java)
at
org.apache.velocity.runtime.parser.node.ASTDirective.init(ASTDirective.java)
at
org.apache.velocity.runtime.parser.node.SimpleNode.init(SimpleNode.java)
at
org.apache.velocity.runtime.parser.node.SimpleNode.init(SimpleNode.java)
at
org.apache.velocity.runtime.parser.node.SimpleNode.init(SimpleNode.java)
at org.apache.velocity.Template.initDocument(Template.java)
at org.apache.velocity.Template.process(Template.java)
at
org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(Resour
ceManagerImpl.java)
at
org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(Resourc
eManagerImpl.java)
at
org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java
)
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>