kal stevens wrote:
We use EL/JSP in some of our pages, and I have been told by a coworker
that after 2.0.9 EL is disabled.
So moving would be difficult, unless there is some way to re-enable it?
What is the standard way of referencing variables.
EL expressions are disabled within the attributes of struts2 tags.
EL can use used elsewhere on the page.
The OGNL used by struts tags can reference variables in the page
context, request, session, application, action or valuestack, so in
almost all cases there's a reasonable way to reference the same variable
in EL and OGNL (see the #attr OGNL expression)
My boss prefers that I not disable errors, is there a way to disable it for
log4j.rootLogger=ERROR, file1
and enable it for another file? When I tried this, I got a "Duplicate
property key" error.
log4j.logger.org.apache.struts2.dispatcher.Dispatcher=OFF,file1
log4j.logger.org.apache.struts2.dispatcher.Dispatcher=WARN,struts
Sorry, you'll need to check the documentation for log4j. Yes, it's
should be possible.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]