RE: accessing System.getProperty from JSP

2007-10-09 Thread Giovanni Azua
Yep thanks missed the assignment :) > -Original Message- > From: Xibin Liu [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 09, 2007 6:59 PM > To: Struts Users Mailing List > Subject: RE: accessing System.getProperty from JSP > > Do you mean this? >

RE: accessing System.getProperty from JSP

2007-10-09 Thread Xibin Liu
Do you mean this? <%=System.getProperty("java.io.tmpdir")%> -Original Message- From: Giovanni Azua [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 12:51 PM To: Struts Users Mailing List Subject: OT: accessing System.getProperty from JSP hi, the following in a JSP does not gen