You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-user@portals.apache.org by terry li <Sp...@sqatester.com> on 2003/11/28 07:25:48 UTC

renderResponse.setTitle() doesn't work

Hi all,

  I found these tags don't work.

  <portlet:defineObjects/>
  <%renderResponse.setTitle("DailyReport portlet");%> 

  It cannot change title of portlet. why?

  Thanks,

Terry



_____________________________________________________________
Join SQAtester.com Community  ---> http://www.sqatester.com/testersarea/joinus.htm

Re: renderResponse.setTitle() doesn't work

Posted by Viktor Malytskyy <vi...@rogers.com>.
Hi All!

It seems that setTitle() is not implemented yet.
 From RenderResponseImpl.java:
    public void setTitle(String title)
    {
        //TBD
    }

Pluto guys, will it be implemented in the near future?

Regards,
Viktor



terry li wrote:

>Hi all,
>
>  I found these tags don't work.
>
>  <portlet:defineObjects/>
>  <%renderResponse.setTitle("DailyReport portlet");%> 
>
>  It cannot change title of portlet. why?
>
>  Thanks,
>
>Terry
>
>
>
>_____________________________________________________________
>Join SQAtester.com Community  ---> http://www.sqatester.com/testersarea/joinus.htm
>
>  
>