How to get context path of Application

2009-07-17 Thread Gerald Fernando
How to get context path of Application Thanks7Regards, Gerald A

Re: How to get context path of Application

2009-07-17 Thread Alex Objelean
((WebRequest)RequestCycle.get().getRequest()).getHttpServletRequest().getContextPath() Alex Objelean Gerald Fernando wrote: How to get context path of Application Thanks7Regards, Gerald A -- View this message in context: http://www.nabble.com/How-to-get-context-path

Re: How to get context path of Application

2009-07-17 Thread Linda van der Pal
What is it exactly you are trying to do? Linda Gerald Fernando wrote: How to get context path of Application Thanks7Regards, Gerald A No virus found in this incoming message. Checked by AVG - www.avg.com Version

Re: How to get context path of Application

2009-07-17 Thread Gerald Fernando
expecting your reply urgent. Thanksregards, Gerald A On Fri, Jul 17, 2009 at 1:12 PM, Linda van der Pal lvd...@heritageagenturen.nl wrote: What is it exactly you are trying to do? Linda Gerald Fernando wrote: How to get context path of Application Thanks7Regards, Gerald

Re: How to get context path of Application

2009-07-17 Thread Linda van der Pal
...@heritageagenturen.nl wrote: What is it exactly you are trying to do? Linda Gerald Fernando wrote: How to get context path of Application Thanks7Regards, Gerald A No virus found in this incoming message. Checked

Re: How to get context path of Application

2009-07-17 Thread Gerald Fernando
? Linda Gerald Fernando wrote: How to get context path of Application Thanks7Regards, Gerald A No virus found in this incoming message. Checked by AVG - www.avg.com Version: 8.5.375 / Virus Database: 270.13.17

AW: How to get context path of Application

2009-07-17 Thread Tokalak Ahmet
To locate the file use MyClass.class.getResource() Von: Gerald Fernando gerald.anto.ferna...@gmail.com An: users@wicket.apache.org Gesendet: Freitag, den 17. Juli 2009, 12:50:39 Uhr Betreff: Re: How to get context path of Application if i do this webRequest