jsp - How can I get Site Title in Sakai -


is there way current site title in jsp page?tt

i need send information soap webservice.

thanks.

ok. i've solved code.

siteservice si= new siteservice(); si.getsite(sakaiproxy.getcurrentsiteid()).gettitle(); 

Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

node.js - How to abort query on demand using Neo4j drivers -