jspsakai

How can I get Site Title in Sakai


Is there any way to get the current site title in the JSP page?tt

I need it to send the information to a SOAP webservice.

Thanks.


Solution

  • Ok. I've solved it with this code.

    SiteService si= new SiteService();
    si.getSite(sakaiProxy.getCurrentSiteId()).getTitle();