I used the maven quickstart.  I want move my HTML, images, javascript, etc., to 
some other location so that it's not mixed up with the source as I'd like to 
expose ONLY that code to the creative folks.  I followed these instructions:

http://cwiki.apache.org/WICKET/control-where-html-files-are-loaded-from.html#ControlwhereHTMLfilesareloadedfrom-InWicket1.3

It says src/main/webapp should be changed, so I changed it to src/main/html.  
I'm not sure I understand what's happening here as it seams to serve up my 
pages, but my test break using WicketTester.  Also, when I drop in images 
(src/main/html/images) they don't get picked up.  Is there a best-practice for 
this?  Clearly I'm doing something wrong - just not sure how do deal with it.

Reply via email to