Re: How to get resources from our web-app context ?

2007-12-12 Thread Joshua Jackson
Thank you so much. That was helpful. It works now :) On 12/12/07, wicket user [EMAIL PROTECTED] wrote: this is what spec says getRealPath public java.lang.String *getRealPath*(java.lang.String path) Returns a String containing the real path for a given virtual path. For example, the path

How to get resources from our web-app context ?

2007-12-11 Thread Joshua Jackson
Dear all, In my wicket apps, I have a use case to read a file that is located in my web-app context. How do I do this in wicket? Thanks in advance, -- I'm a coder not a drag-n-dropper Blog: http://joshuajava.wordpress.com/ -