Matthias Stoll ha scritto:
Thx Antonio

extending and overriding nop, but how to register in "Tiles plugin configuration". Do you mean chain-config.xml? How to do that?

You have to modify the plugin configuration, in struts-config.xml.

<plug-in className="org.apache.struts.tiles.TilesPlugin">
   <set-property
       property="definitions-config"
          value="/WEB-INF/tiles-defs.xml"/>
   <set-property
       property="definitions-factory-class"
          value="name.of.YourClass"/>
</plug-in>

Ahhh lazyness :-P

HTH
Antonio


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

Reply via email to