Details
Description
As per struts-config_1_2.dtd, there is nocache attribute in struts-config.xml
for the
<!ELEMENT controller
Unfortunately, this appears to apply to the entire module.
Wouldn't it be more efficient if that could be specified on a per
"<!ELEMENT forward" level and the controller attribute would only be the default
that can be overwritten by each forward?
Or since a jsp file may be mentioned in several forwards, would it be even
better to have an extra struts tag <bean:responseHeader name="Expires"
value="Mon, 1 Jan 1990 12:00:00 GMT" />?