On Tue, 16 Jul 2002, Jerry Jalenak wrote:

> Date: Tue, 16 Jul 2002 08:24:10 -0500
> From: Jerry Jalenak <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: Plug-In Ordering
>
> With the move to a plug-in architecture, is the order that the plug-ins are
> specified in struts-config important? i.e. should the TilePlugIn come before
> the ValidatorPlugIn, and should everything come before any locally developed
> plug-ins, etc.?
>

The init() methods of plugins are called in they order they are listed in
"struts-config.xml".  Off the top of my head, I don't know if there are
order dependencies between tiles and validator, but the usual rules apply
-- if *your* plugin depends on some other plugin having been initialized
first, be sure to put your plugin after that one in the config file.

> Jerry
>

Craig


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

Reply via email to