Hi,
I am new to Dhtmlx and want to know how can I integrate schedular with JSP Servlet. I have downloaded the dhtmlxScheduler_v37_std_130220.zip. For example, if I want to integrate samples\05_calendar\01_select.html with java dynamic web project, what process should I follow?
Thans in advance.
Hi,
Any suggession? I am not able to integrate with jsp while codding in eclipse. When I am trying to run, it is giving javascript error - ‘schedular’ is undefined and a blank screen is opening. Although I have included the dhtmlxschedular.js, dhtmlxschedular.css.
the below code refers the js and css file
<link rel="stylesheet" href="../codebase/dhtmlxscheduler.css" type="text/css" media="screen" title="no title" charset="utf-8">
and folder structure is attached. Also web.xml points to cal.jsp as welcome file.
Grab dhtmlx.com/x/download/regula … r_java.zip - it contains sample with scheduler and java based server side.
Also, there is official java edition of dhtmlxscheduler
javaplanner.com/
Thanks Stani