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

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

Changing nested dictionary in VBA -

javascript - SignalR sharing connection between 2 apps -