I have read all the User Guide and refrence guide.
I write a portlet with a doview method:

        protected void doView(RenderRequest rRequest, RenderResponse rResponse)
  |                     throws PortletException, IOException, 
UnavailableException {
  |             rResponse.setContentType("text/html");
  |             javax.portlet.PortletRequestDispatcher pRD = 
  |                     
this.getPortletContext().getRequestDispatcher("/helloworldportlet/hello.do");
  |             pRD.include(rRequest, rResponse);
  |     }
  | 

but it does not work!
AnyOne help me?
Thanks a lot

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

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


-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to