Hi
I try to do a forward from one portelt  to one jsp, i get this exception:
java.lang.IllegalStateException: No content type defined

Portlet:

  | private String jspDir = "/jsp/"; 
  | public void doView(RenderRequest req, RenderResponse res)
  |       throws IOException, PortletException {
  |             PortletRequestDispatcher prd =
  |              getPortletContext().getRequestDispatcher(jspDir + 
"kategori.jsp" );
  |             prd.include(req, res);          
  |    
  |     }
  | 

Jsp:

  | <%@ page info="shop" session="true" %>
  | <html>
  |   <head>
  |     <title>Shop</title>
  |   </head>
  |   <body>
  |     kategori:
  |   </body>
  | </html>
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3900793#3900793

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3900793


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to