of course. i'm just saying this could be in core rather than having end-users implement it. it seems like a very reasonable pattern to add in wicket 1.5.
igor.vaynberg wrote: > > why would it change the api? write the iresourcestreamlocator and add > it to our compound one... > > -igor > > On Thu, Mar 27, 2008 at 6:45 PM, Jonathan Locke > <[EMAIL PROTECTED]> wrote: >> >> >> you know, i've kindof wanted this feature for quite a while. does >> anyone >> else out there care? we could maybe add it to the wish list. i don't >> think >> it would add anything to the API. the default markup location mechanism >> would just search a subfolder named after the markup type. might be >> nice to >> do the same thing with properties so we could put all those >> Application_xx.properties files in a folder. >> >> jon >> >> >> >> Toscano wrote: >> > >> > Hello, >> > >> > I have been looking at messages, examples and wiki, but I couldn't >> make >> > this to work... >> > >> > I have one file: home.java, and around 26 language dependant html >> files >> > (home.html, home_es.html, home_ja.html...). What I want to do is >> create a >> > folder called 'html' and put the html files there. >> > >> > For example: >> > >> > Application/Registration/Register.java >> > Application/Registration/html/Register.html >> > Application/Registration/html/Register_es.html >> > ... >> > >> > I tried this solution: >> > >> http://cwiki.apache.org/confluence/display/WICKET/Control+where+HTML+files+are+loaded+from >> > >> > And added "/html" as resourceFinder, but still is not working. >> > >> > Any ideas? >> > >> > Thank you so much for your time and help, >> > Oskar >> > >> > >> > >> > >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/Place-HTML-files-inside-one-%27html%27-folder-relative-to-java-file-tp16323316p16344153.html >> >> >> Sent from the Wicket - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Place-HTML-files-inside-one-%27html%27-folder-relative-to-java-file-tp16323316p16345103.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
