OT: accessing System.getProperty from JSP

2007-10-09 Thread Giovanni Azua
hi, the following in a JSP does not generate anything ... any advice on the way to do it using S2? Well I could just export it as an additional Action property but it is not very elegant. % System.getProperty(java.io.tmpdir); % TIA, regards, Giovanni

Re: OT: accessing System.getProperty from JSP

2007-10-09 Thread Dave Newton
--- Giovanni Azua [EMAIL PROTECTED] wrote: the following in a JSP does not generate anything ... any advice on the way to do it using S2? Well I could just export it as an additional Action property but it is not very elegant. % System.getProperty(java.io.tmpdir); % %=