3 Replies Latest reply on Jan 23, 2006 10:19 AM by sportsbaby1980

    portal 2.0 supports jsf?

    pedrosacosta

      Does jboss portal 2.0 supports jsf? If so, the portlet.xml file should reference what <portal-class>?

      In my project, i've jsp file (file1.jsp) with jsf tags inside, that reference other java file (file1bean.java). But this file1bean.java doesn't extends generic portlet, so it doesn't use doView method.

      Should i build a class (fileextra.java) with doView method that reference the file1.jsp?

      If my jsp triggers actions, who's gonna deal with the events? The file1.jsp with the file1bean.java, or the fileextra.java with the processAction method?

      Thanks,
      Pedro