Re: Caching Fragments
Status: Inactive
Brought to you by:
fgnass
|
From: Till N. <til...@ne...> - 2004-01-30 23:40:42
|
Hi Mike, a common aproach is to assemble pages using tiles (or plain jsp:include tags) and have multiple actions for various fragments. See http://jakarta.apache.org/struts/userGuide/building_view.html#includes for details. Then write an action for each fragment in order to provide the correct caching info and forward to a jsp snippet that just renders a single fragment. |