RE: property file outside war file.

2009-04-25 Thread Martin Gainty
the 'prescribed way' Sun recommends getSystemResourceAsStream("FullyQualifiedURI"); http://java.sun.com/javase/6/docs/api/java/lang/ClassLoader.html#getSystemResourceAsStream(java.lang.String) HTH Martin Gainty __ Disclaimer and Confidentiality/Verzi

Re: how to achieve this with s:iterator tag

2009-04-25 Thread Wes Wannemacher
On Saturday 25 April 2009 10:20:43 am Bhaarat Sharma wrote: > is there no way to overcome this drawback? > > do i have to change the way I am getting my results from the DB to suit the > iterator tags drawback in this case? You call it a drawback, I call it a feature... I don't know if I'd want to

Re: how to achieve this with s:iterator tag

2009-04-25 Thread Bhaarat Sharma
is there no way to overcome this drawback? do i have to change the way I am getting my results from the DB to suit the iterator tags drawback in this case? On Fri, Apr 24, 2009 at 5:25 PM, Bhaarat Sharma wrote: > I have the following code in jsp scriplet > <% > ArrayList statist

property file outside war file.

2009-04-25 Thread balaji.m.cs
Hi , I need to have my applicationresource.properties outside my war file say it will be resided in some server location which will be reffered frm my application inside jsps and actions. will this be possible? if u know kindly descirbe me -- View this message in context: