2008/9/30 Shelley, Ryan <[EMAIL PROTECTED]>: > Thanks for the prompt response! We're using Spring Controllers and not > Struts Controllers. Tiles is the only Struts component we're using. > Unfortunately, we have hundreds of Spring Controllers, and it wouldn't > be feasible to refactor them all to use a separate Controller type.
No wait, Tiles controllers are a totally different concept (in fact the name was pretty unfortunate, in Tiles 2 we renamed it into "preparer"). The Tiles controller is specified into the XML definition files, for example: <definition name="my.definition" page="/my/page.jsp" controllerClass="my.package.MyControllerClass"> ... </definition> HTH Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]