Greg Reddin ha scritto:
Thanks for doing this :-) It's nice to see someone else committing.
My pleasure :-)
- } else { // It must be a string
+ } else if (attrValue instanceof String) {
In the above code do you think it's ok to return null in the unlikely
event attrValue is not a String? Oe should we do an else that throws
an exception or something?
It is not unlikely, I discovered it running TestTilesServlet: with
<putList> it is an ArrayList! Therefore no exception should be raised.
Ciao
Antonio
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]