Date: 2004-09-16T17:37:50 Editor: MichaelMcGrady <[EMAIL PROTECTED]> Wiki: Apache Struts Wiki Page: StrutsCatalogSimpleDispatchAction URL: http://wiki.apache.org/struts/StrutsCatalogSimpleDispatchAction
no comment Change Log: ------------------------------------------------------------------------------ @@ -358,7 +358,7 @@ '''Niall Pemberton''' '''Thanks, Niall, HOWEVER ------- -This is fundametally mistaken, Niall, and rests on an important misconception. The data and the logic of !SimpleDispatchAction differ from all of !DispatchAction, !LookupDispatchAction, and !MappingDispatchAction. The error here is thinking that just because they all get the name of the method to call that anything else is just a mere difference in internal logic. That is not the case. Using one instead of the other will break the code in lots of ways, and there are huge diffences between these classes. None of the data used for the struts existing dispatch classes is used to determine the method in the !SimpleDispatchAction.''' +This is fundametally mistaken, Niall, and rests on an important misconception. The data and the logic of !SimpleDispatchAction differ from all of !DispatchAction, !LookupDispatchAction, and !MappingDispatchAction. The error here is thinking that just because they all get the name of the method to call that anything else is just a mere difference in internal logic. That is not the case. Using one instead of the other will break the code in lots of ways, and there are huge diffences between these classes. None of the data used for the struts existing dispatch classes is used to determine the method in the !SimpleDispatchAction. For those interested in this approach, I suggest you read the exchanges on the struts-dev apache list.''' ''Michael !McGrady''' --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
