I've got a little problem, I am trying to put a string to the context map
within a velocity template like this:

#if ($parameters.name)
    $stack.context.put("FormName", $parameters.name)
#end

Unfortunately it will just return "stack.context...." as a string to the
browser without evaluating it. Does anyone know why? After all,
OgnlValueStack has a getContext() method which exposes the underlying
HashMap.

/Daniel


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to