1 Reply Latest reply on Nov 21, 2007 5:13 AM by pmuir

    "No enum const class" when modifying propagation

    nickarls

      What could give a

      14:38:25,769 ERROR [SeamPhaseListener] swallowing exception
      java.lang.IllegalArgumentException: No enum const class org.jboss.seam.core.PropagationType.
       at java.lang.Enum.valueOf(Unknown Source)
      


      in 2.0.0GA when I have a commandlink and try to embed a

      <f:param name="conversationPropagation" value="none"/>
      or a
      <s:conversationPropagation type="none"/>
      
      
      in the link?