We've expanded our news coverage and improved our search! Visit
oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Extending Struts
|
| Subject: |
|
onCache should be oncache |
| Date: |
|
2006-04-17 07:24:14 |
| From: |
|
philip.busby
|
Response to: onCache should be oncache
|
|
agreed. please change to
<controlller>
<set-property property="nocache" value="true"/>
</controller>
the Struts manual says config should actually be
<controller nocache="true"></controller>
the set-property elements are there for when one extends the ControllerConfig bean and wants to specify init inputs to setters but doesn't want to break the XML schema.
|