Broken interface: forwardURL(HttpServletRequest, ForwardConfig)

2004-03-11 Thread Marino A. Jonsson
Hi guys, I am a Apache Velocity-Tools developer and I just noticed you have removed the forwardURL(HttpServletRequest, ForwardConfig) method, that was introduced in Struts 1.1, from RequestUtils in favour of forwardURL(HttpServletRequest, ForwardConfig, ModuleConfig). Any reason not to

Trouble with using multiple struts-configs for a single module and Tiles

2003-10-29 Thread Marino A. Jonsson
Hi all, I am using multiple modules, and the idea was to use the config for the default module as a base config for other modules. The other modules would add module specific elements and/or override those defined in the base config. So for each of these sub-modules I would specify two configs,