I created a portlet that works with servlets code. But, when i try to use the portlet with JSP, it doesn't appear anything when I run my portlet.
I only have doView method declared. What i put in doView method is String reqPath = ?/calView.jsp?; PortletRequestDispatcher prd = portContext.getRequestDispatcher(reqPath); prd.include(req, resp); But, my jsp file doesn't appear when i call my file. I suppose that jsp file is in the right path, because i don't have any exception. So, i deduce that portal reads or tries to read my file, but it doesn't show anything. What's wrong? Another question. If i've in my file doView and doEdit methods declared, how do i say to run defaultly the doView method? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3903195#3903195 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3903195 ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information _______________________________________________ JBoss-user mailing list JBoss-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jboss-user