2008/6/23 Dimitris Mouchritsas <[EMAIL PROTECTED]>: > A tile definition. I've tried a few combinations, but none is working. For > example if I use > > <action > path="/home" > type="be.fedict.etendering.web.actions.common.HomeAction"> > <forward name="home" path="home" redirect="true" /> > </action> > > I get no exception but a blank page is returned.
I suppose that Tiles has not been configured correctly then. See: http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 In particular, in the Tiles part: Add a chainConfig init-param in the web.xml pointing to the location of the chain-config.xml <init-param> <param-name>chainConfig</param-name> <param-value>org/apache/struts/tiles/chain-config.xml</param-value> </init-param> HTH Antonio --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]