3 Replies Latest reply on Jul 6, 2012 12:04 PM by ssilvert

    JBoss 5.1 + JSF 1.2 + Facelets + Richfaces = Problems

    neofox01

      Hi,

       

      I'm starting a web development project for JBoss 5.1 with the following technologies: JSF 1.2 + Facelets + Richfaces 3.3.3.

       

      The documentation for JBoss 5.1 says that it comes with JSF 1.2 (Mojarra) but I've experienced problems that makes me think that something is wrong with the JSF version that comes with the server. First, the @PostConstruct doesn't work at all, I've tried a couple solutions found in the forum (https://community.jboss.org/thread/150609) but without any success. Second, the <h:selectOneMenu> doesn't support enums, It needs a converter, but since JSF 1.2 the enum converter its built in the framework.

       

      Does anybody have the same issues? ... It's like if I've been working in JSF 1.1 version.

       

      Thanks in advance for your help.