Tim Funk wrote:
Looks good - the only thing I'd recommend to add is exception handling
when displaying session values. For example - if someone places the
following into their session: (A rather simplistic example)
new Object() {
public String toString() {
String s = null;
return s.toString();
}
});
I didn't think about that. That could be a good idea.
Rémy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]