Shyam,
Hello and thank you for your interest!
When using diffable-0.1.jar I was unable to reproduce your problem. I
had a project with the following structure:
DiffableTest
|-> WebContent
|-> META-INF
|-> WEB-INF
| |-> javascript
| | |-> subfolder
| | |-> main
| | |-> src
| | |-> jquery.js
| |->web.xml
|-> test.jsp
In my web.xml, I had the following ResourceFolder defined:
<context-param>
<param-name>ResourceFolders</param-name>
<param-value>WEB-INF/javascript/subfolder</param-value>
</context-param>
Finally, in my test.jsp page I used the following tag:
<diff:resource servletPrefix="/DiffableTest/diffable" resource="main/
src/jquery.js"/>
When I load the page, I see the bootstrap code being correctly loaded.
Can you please tell me what I am doing differently so I can try to
reproduce the error you're seeing?
Thanks again,
Joshua