| Article: |
Extending Struts | |
| Subject: | onCache should be oncache | |
| Date: | 2005-09-14 08:41:46 | |
| From: | payaya | |
|
in this code snippet:
|
||
Showing messages 1 through 1 of 1.
| Article: |
Extending Struts | |
| Subject: | onCache should be oncache | |
| Date: | 2005-09-14 08:41:46 | |
| From: | payaya | |
|
in this code snippet:
|
||
Showing messages 1 through 1 of 1.
<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.