Velocity Portlet question:

Does anyone know why the context object is different in an action event from
the context object (for the same class) in the BuildNormalContext?
I would consider this a bug, but perhps there is a good reason for it that I
don't know about....

So if in my actionEvent:

context.put("foo", foo);

and then in the BuildNormalContext:

String foo = context.get("foo");

Its not found, in fact the two context objects have different object ids




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to