DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31230>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31230

Multiple classes using deprecated DefinitionsUtil class





------- Additional Comments From [EMAIL PROTECTED]  2004-09-22 18:50 -------
DefinitionDispatcherAction was using the now deprecated DefinitionsUtil method 
to store an action definition in the request for later use.  The 
TilesRequestProcessor was using DefinitionsUtil to retrieve that same 
definition.

Since TilesRequestProcessor was already checking to see if the path of the 
ActionForward corresponded to a definition, there was really no need to have 
DefinitionDispatcherAction store the actual reference to the tiles definition 
in the request.

The solution was to just have DefinitionDispatcherAction return an 
ActionForward with the path of the tile definition.  TilesRequestProcessor 
continues as before but now does not bother to ask the deprecated 
DefinitionsUtil class if there is a definition stored in the request.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to