Hi,

At the moment I have following project structure:

[root]
+ [resources]
| + style.css
| + graphic/logo.png
+ [src]
  + [com.blabla.pages]
    + Index.java
    + Index.html

Index.html references style.css and graphic/logo.png relative to [resources] (which is in the classpath) to ensure the resulting page can reach these resources. But when editing the Index.html, they are not reachable, because they are not available relative to the current package.

How do you manage such resources?

--
Cheers,
Tom


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to