To Use request delegation, i place the following in struts-config.xml:
if using Tiles with Strust,Code:<controller processorClass= "org.springframework.web.struts.DelegatingRequestProcessor"/>
The thing is i use both Tiles and non-tiles in my application, how to do it?Code:<controller processorClass= "org.springframework.web.struts.struts.DelegatingTilesRequestProcessor"/>
any idea?


Reply With Quote