[jboss-user] [JBoss Portal] - Re: Window title

PeterJ do-not-reply at jboss.com
Wed Oct 11 10:42:55 EDT 2006


Do something like this:

protected void doView(RenderRequest request,
  |       RenderResponse response) throws PortletException, IOException{
  |   . . .
  |   response.setTitle("The New Title");
  |   . . .
  | }



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

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



More information about the jboss-user mailing list