I am getting FacesContext.getCurrentInstance().getExternalContext().getSessionMap() as null when i am trying to retrieve it from a helper POJO (Value Object). But I do not get this error in the other POJO. Both the POJOs are similar. why does this happen?
Please help me. Regards srinivas

