Command class intended to perform responsibilities of the
TilesRequestProcessor in Struts 1.1. Does not actually dispatch requests,
but simply prepares the chain context for a later forward as
appropriate. Should be added to a chain before something which
would handle a conventional ForwardConfig.
This class will never have any effect on the chain unless a
TilesDefinitionFactory can be found; however it does not
consider the absence of a definition factory to be a fatal error; the
command simply returns false and lets the chain continue.
To initialize the TilesDefinitionFactory, use
org.apache.struts.chain.legacy.TilesPlugin. This class
is a simple extension to org.apache.struts.tiles.TilesPlugin
which simply does not interfere with your choice of RequestProcessor
implementation.
Command class intended to perform responsibilities of the TilesRequestProcessor in Struts 1.1. Does not actually dispatch requests, but simply prepares the chain context for a later forward as appropriate. Should be added to a chain before something which would handle a conventional ForwardConfig.
This class will never have any effect on the chain unless a
TilesDefinitionFactorycan be found; however it does not consider the absence of a definition factory to be a fatal error; the command simply returns false and lets the chain continue.To initialize the
TilesDefinitionFactory, useorg.apache.struts.chain.legacy.TilesPlugin. This class is a simple extension toorg.apache.struts.tiles.TilesPluginwhich simply does not interfere with your choice ofRequestProcessorimplementation.