Is it free?

-----Original Message-----
From: Holman, Cal [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 04, 2003 6:24 PM
To: Struts Users Mailing List
Subject: RE: Caching JSP / Tiles

Have you looked at OSCache (http://www.opensymphony.com/oscache ).  You can
place caching tags in your template around the header and footer insert
tags.

Cal

http://www.calandva.com/            Last update 08/01/03


-----Original Message-----
From: Bailey, Shane C. [mailto:[EMAIL PROTECTED]
Sent: Monday, August 04, 2003 15:42
To: [EMAIL PROTECTED]
Subject: Caching JSP / Tiles



Is it possible to have the header of a Tile be from cache but the body of a
tile to never be cached?



For example, given this definition:



  <definition name="doc.searchToEditUser" extends="doc.classicLayout">

              <put name="title"  value="UM - Update User Select" />

              <put name="module"  value="User Management" />

              <put name="submodule"  value="Update User" />

              <put name="menu"   value="/WEB-INF/view/usermgmt/menu.jsp" />

              <put name="body"
value="/WEB-INF/view/usermgmt/edit_user_search.jsp" />

  </definition>





Is it possible for the header JSP (in the above case it is described in
doc.classicLayout because it is on the top of every page)

to always be from cache and all others to be non-cached pages.



An even better idea for my situation would be to have only the body JSP to
not be cached and all others pages to be cached.



Either way, any ideas?



I need the solution to be able to work on both NS and IE.
  
Learn more about Paymentech's payment processing services at
www.paymentech.com
THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are
proprietary and confidential information intended only for the use of the
recipient(s) named above.  If you are not the intended recipient, you may
not print, distribute, or copy this message or any attachments.  If you have
received this communication in error, please notify the sender by return
e-mail and delete this message and any attachments from your computer.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to