Hi,
In init method of client side following line is there:
scheduler.init(‘scheduler_here’,null,“month”);
scheduler.load(“events.do?uid=”+scheduler.uid());
Can u tell me what will be the ‘scheduler_here’ and "events.do? as specfied
Thanks in advance,
Supriyo
‘scheduler_here’ - name of html container on the page, inside which scheduler will be created
"events.do" - servlet, which will provide data for scheduler ( inside samples.war\WEB-INF\web.xml, events.do mapped to the Scheduler_BasicConnector class )