KiBa1215 / struts2-bootstrap

Automatically exported from code.google.com/p/struts2-bootstrap
0 stars 0 forks source link

missing css and js files #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
<dependency>
        <groupId>com.jgeppert.struts2.bootstrap</groupId>
        <artifactId>struts2-bootstrap-plugin</artifactId>
        <version>1.6.0</version>
    </dependency>
2.
Will cause these errors in my output
SEVERE: Could not find action or result
/webapp/struts/bootstrap/js/validation.min.js
/webapp/struts/bootstrap/js/bootstrap.min.js
/webapp/struts/bootstrap/css/bootstrap.min.css
/webapp/struts/domTT.js

and the generated source is 
<script type="text/javascript" src='/webapp/struts/domTT.js'></script>
<link rel="stylesheet" type="text/css" href="/webapp/struts/domTT.css"/>

What is the expected output? What do you see instead?
I am not expecting to see this at all.
The domTT.js is missing all together and the other files are there but under a 
different folder

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by jonny.be...@gmail.com on 29 Jul 2013 at 2:01

GoogleCodeExporter commented 8 years ago
How looks your Struts2 filter in the web.xml?

Original comment by johgep on 4 Nov 2013 at 3:35