[jboss-user] [JBoss Portal] - Re: How to set the portlet title dynamically?

PeterJ do-not-reply at jboss.com
Wed Sep 5 18:23:40 EDT 2007


Try this:

protected void doView(RenderRequest request, RenderResponse response)
  |   throws PortletException, IOException {
  |   ...
  |   response.setTitle(title);
  |   ...
  | }

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

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



More information about the jboss-user mailing list