Reputation:
i have a couple of questions:
first i want to describe the things i am using.
1) Dynamic project. 2) using tomcat - 7. 3) put the extjs folder in WebContent folder.
i am just learning the things ... so might be have some stupid questions .. sorry for that.
so i have confusion that ext-all.js not uploaded ...might be because of one of the reason...
1) Use of tomcat (instead i need to use apache) .... please give me some explanation on that. 2) i need to put extjs folder somewhere else ... (not sure about this).
Please help
Upvotes: 0
Views: 449
Reputation: 163
May or may not be the answer. Try putting ./ infront of the path
<script src="./extjs/ext-all.js" type="text/javascript"/>
You didn't include the location of your html file, so their is no way of knowing where you have to point the script tag to.
Hope this helps a little
Cheers,
Demetry
Upvotes: 1