1 Reply Latest reply on Feb 15, 2008 9:18 AM by jbalunas

    can i use  <s:enumConverter /> in jsf 1.1 and websphere 6.1.

    grave.coder

      when i use <s:enumConverter /> to convert string back to enum type, the appserver throwed a null pointer exception said that the converter can not determine the enumType. i found the ValueBinding's getType() method return null value , so we can not get the correct enum type from the faces context in jsf 1.1, is it right?