Tuesday, February 04, 2003 4:18 AM , David Graham <[EMAIL PROTECTED]> a écrit : > The internalModuleRelativeInclude and internalModuleRelativeForward > methods are both protected but their javadoc states, "This method is > used internally and is not part of the public API. It is advice to > not use it in subclasses.". > > If they aren't part of the subclassing API, then I'll make these > methods private because they're part of the Struts implementation > only.
This methodes are overloaded in TilesRequestProcessor at least, and inside some calls to super methods are performed. But if this methods can be turned into private why not just remove it ? Why ? First, according to me, they are bugged as I try to describe with my bad english in the bug #16603. Second action.input and action.forward should be loaded as any other forward of the ActionConfig.forwards map, this way the module-relatives paths may all be computed the same way. This two methods are exception to the rule so it is not a good idea IMO. Malik. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]