I have an ehancement idea for JspTilesViewHandlerImpl. Is this the correct forum for that or should I be posting to a buglist somewhere?
Enhancement suggestion is as follows. Curently you are not really able to have a tiles definition with a '.' character in the name of the definition and still have it work with this class. The class drops everything before the first occurrance of '.' char and uses that as the tilename. It would be better to use the last occurance of '.' char so as to not rule out names with '.' chars in them.
