if (ELExpressionCacheMode.alwaysRecompile.equals(actx.getELExpressionCacheMode()))
{
if (ExternalSpecifications.isUnifiedELAvailable())
{
actx.getPageContext().getAttributes().put(varStr,
new CacheableValueExpressionUELWrapper(veObj));
}
else
{
actx.getPageContext().getAttributes().put(varStr,
new CacheableValueExpressionWrapper(veObj));