dev@javaserverfaces.java.net

Should FacesContext.getELContext().getVariableMapper() be null?

From: Adam Winer <adam.winer_at_oracle.com>
Date: Thu, 01 Feb 2007 14:55:06 -0800

The VariableMapper on the ELContext vended by
FacesContext is null. Bug, or no?

There's setVariableMapper(), but it's a bit annoying
to have to implement a custom variable mapper for
a relatively simple scenario.

-- Adam