RE: cache the response and cache-example.war

2003-02-18 Thread Jacob Hookom
Look at OSCache from opensymphony.com | -Original Message- | From: Ginger Cheng [mailto:[EMAIL PROTECTED]] | Sent: Tuesday, February 18, 2003 10:52 AM | To: Struts Users Mailing List | Subject: cache the response and cache-example.war | | Hello, | Is there any other way to

RE: cache the response and cache-example.war

2003-02-18 Thread Chen, Gin
Someone gave me this a while back. % if (jScriptOutput != null) { out.print(jScriptOutput); } else { javax.servlet.jsp.tagext.BodyContent bc = pageContext.pushBody(); out = bc; % %-- any arbitrary JSP/HTML/JavaScript here --% % out = pageContext.popBody(); jScriptOutput =

RE: cache the response and cache-example.war

2003-02-18 Thread Mitchell Morris
Users Mailing List' Subject: RE: cache the response and cache-example.war Look at OSCache from opensymphony.com | -Original Message- | From: Ginger Cheng [mailto:[EMAIL PROTECTED]] | Sent: Tuesday, February 18, 2003 10:52 AM | To: Struts Users Mailing List | Subject: cache