My files are being compiled/copied to iirc/bin. Any configuration settings I need to adjust to get this to work?
How did you create your project? Using the quickstart archetype? I'm not sure where your eclipse compiles your Java sources to. With normal Eclipse use, that is iirc /bin If you use maven to generate your project using mvn eclipse:eclipse, then it will be under /target/classes In the particular location for your setup, the html should be copied there as well. Martijn -- View this message in context: http://www.nabble.com/Refresh-page-vs-Restart-to-see-HTML-changes-tf4469520.html#a12744116 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
