Every time I see this code in S2, it makes me laugh so I will share it
here (DefaultActionInvocation.java):

...
if (proxy == null) {
   gripe = "Whoa!  No ActionProxy instance found in current
ActionInvocation.  This is bad ... very bad";
} else if (proxy.getConfig() == null) {
    gripe = "Sheesh.  Where'd that ActionProxy get to?  I can't find
it in the current ActionInvocation!?";
}

...

musachy
-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to