4 Replies Latest reply on Dec 18, 2006 12:49 PM by dandiodati

    my jsf pages can not find any seam beans???

    dandiodati

      HI I was trying to get seam to work and I am having a big problem.
      I have some jsf backing beans that I tried to annotate with the seam
      @Name,@Scope tags but they do not seem to be available for access from
      the page. If I use the jsf managed bean definitions in the faces-config.xml then my page can find the beans fine.

      I configured the seam filters,listeners, and phraselistener, and if I attach a debugger they are getting executed.

      Has anyone else had any issues?