Re: S2 / FTL : Getting application params in FTL

2007-08-28 Thread j alex
It turned out to be as simple as ..thanks to case sensitivity :-) , oops - i just noticed the code i pasted was messed up but as you would have guessed it was a typo On 8/28/07, Laurie Harper <[EMAIL PROTECTED]> wrote: > > j alex wrote: > > Hi, > > > > How do i access params defined in web.xml in

Re: S2 / FTL : Getting application params in FTL

2007-08-28 Thread Laurie Harper
j alex wrote: Hi, How do i access params defined in web.xml in the FTL ? ; In my app, all the images are located at a particular path which is defined as GLOBAL_IMAGES_ROOT www/abc/def/images and i want to show an icon from this directory within the FTL . How would i

S2 / FTL : Getting application params in FTL

2007-08-27 Thread j alex
Hi, How do i access params defined in web.xml in the FTL ? ; In my app, all the images are located at a particular path which is defined as GLOBAL_IMAGES_ROOT www/abc/def/images and i want to show an icon from this directory within the FTL . How would i make GLOBAL_IMAG