[Wicket-user] help: markup in different filename and folder

2006-08-17 Thread Otan
Currently, as suggested by Wicket, my html markup is in the directory where its corresponding java file is located./var/webapps/myapp/WEB-INF/classes/ com/company/Page1.java/var/webapps/myapp/WEB-INF/classes/ com/company /Page1.htmlwhat I want to do now is put Page1.html into different directory

Re: [Wicket-user] help: markup in different filename and folder

2006-08-17 Thread Otan
Or it could also be/home/ludius/myapp/templates/com.company.Page1.htmlOn 8/17/06, Otan [EMAIL PROTECTED] wrote:/var/webapps/myapp/WEB-INF/ com.company.Page1.html - Using Tomcat but need to do more? Need to support web

Re: [Wicket-user] help: markup in different filename and folder

2006-08-17 Thread Johan Compagner
you need to make your own resourceloader thenIf you do keep the package structure then it is possible to relocate it to a different folder (IResourceFinder)But do try to just keep it besides your classes, in the end it most people are used to that and like it. johanOn 8/17/06, Otan [EMAIL

Re: [Wicket-user] help: markup in different filename and folder

2006-08-17 Thread Otan
On 8/17/06, Johan Compagner [EMAIL PROTECTED] wrote: But do try to just keep it besides your classes, in the end it most people are used to that and like it. But this time, my app's requirement is different from the ordinary use case. My app has to load an html markup personalized by users and use