}
public void apply(FaceletContext faceletContext, UIComponent parent)
throws IOException, FacesException, ELException {
String name = basename.getValue(faceletContext);
BundleMapWrapper map = new BundleMapWrapper(name);
FacesContext facesContext = faceletContext.getFacesContext();
// TODO find a better way
facesContext.getExternalContext().
getSessionMap().put(var.getValue(faceletContext), map);
//getRequestMap().put(var.getValue(faceletContext), map);