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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3918488#3918488 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3918488 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
