I encountered a situation today that seems to disprove the following
documentation.  I have an Action class with a property that my JSP can only
access if I DO NOT include the #.  If I prepend the #, it is not found.

"The Action instance is always pushed onto the value stack. Because the
Action is on the stack, and the stack is the OGNL root, references to Action
properties can omit the # marker. But, to access other objects in the
ActionContext, we must use the # notation so OGNL knows not to look in the
root object, but for some other object in the ActionContext.""\

--
Scott
[EMAIL PROTECTED]

Reply via email to