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

Java 8 + Maven Javadoc plugin: Error fetching URL -

objective c - Deep Linking for iOS Apps which are not installed yet? -

hex - Lua: Hexadecimal Word to Binary Conversion -