From: albert kao on
On Feb 3, 1:35 pm, Scott Sauyet <scott.sau...(a)gmail.com> wrote:
> On Feb 3, 10:07 am, albert kao <albertk...(a)gmail.com> wrote:
>
> > How to call the tablekit  javascript library in jsp?
> > I downloaded the tablekit  javascript library and put it in the js
> > directory which is in the jsp directory.
> > i.e. the directory is
> > C:\workspace\com.mycomp.data.war\WEB-INF\jsp\js
>
> This might be your problem.  In my experience, resources like scripts
> or images should be placed relative to the web application's root
> directory, in your case, the JS should probably be in,
>
>     C:\workspace\com.mycomp.data.war\js
>
> HTH,
>
>   -- Scott

You are right.
JS should probably be in C:\workspace\com.mycomp.data.war\js.
Thanks.