Boris - not sure how helpful this would be, but here's my 2c. I'm not
entirely sure how you might accomplish the hierarchy of symbols that you're
looking for, but I think I've had an alternative approach that might
accomplish the same.
In the past, I've primarily accomplished this using Maven buil
Hi Lance,
Yes what you say is true, however to make the AlertManager compatible
with asynchronous usage (ie the request/response is gone but the session
is still a valid context) the code could simply change from:
if (request.isXHR())
(and removing the Request field)
to
R