Hi Guys,
I am testing Struts 1.3 with Tiles.
I see
http://svn.apache.org/viewcvs.cgi/struts/core/trunk/src/share/org/apache/struts/tiles/TilesPlugin.java?rev=57589&view=markup
and think that the test(s)
tilesProcessorClass.isAssignableFrom(configProcessorClass)
should be inverted, as in:
configProcessorClass.isAssignableFrom(tilesProcessorClass)
IsAssignable is the inversion of "extends", and I guess the test should be if tilesProcessorClass extends configProcessorClass, i.e.
Best regards,
Wolfgang Gehner Co-author "Struts Best Practices" http://www.amazon.de/exec/obidos/ASIN/3898642844 http://www.amazon.fr/exec/obidos/ASIN/2100486357
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]