{
// fall- through to default case.
try
{
PageExpressionContext current = PageExpressionContext.getCurrent();
if (current != null)
{
//Bug 319317 - Third-party plug-in providing javax.servlet.jsp.el version 2.1 or greater breaks WPE preview
Map options = new HashMap();
options.put("ELEMENT", originalElement); //$NON-NLS-1$
return (String) current
.evaluateExpression(oldAttributeValue, String.class, options);
}
} catch (ELException e)
{
// ignore. we will just return null since couldn't resolve