2 Replies Latest reply on Feb 16, 2006 8:37 AM by gavin.king

    Invoke Seam JSF From Standard URL

    amin59

      Hi,

      I tried to use the code from here http://wiki.apache.org/myfaces/InvokingJsfPagesWithStandardUrls with Seam but I faced following exception.

      java.lang.NullPointerException
      at org.jboss.seam.jsf.SeamPhaseListener.storeAnyBusinessProcessContext(Unknown Source)
      at org.jboss.seam.jsf.SeamPhaseListener.beforePhase(Unknown Source)
      at org.apache.myfaces.lifecycle.LifecycleImpl.informPhaseListenersBefore(LifecycleImpl.java:433)
      at org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:294)

      This is because of Seam's modification in standard FaceListeners. Would any Seam guru, tell me what I should add to the code to run it with in Seam.