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
Original issue reported on code.google.com by
jonny.be...@gmail.com
on 29 Jul 2013 at 2:01