hi,
i get some strange behaviour when using the parameterselector.
when the corresponding action that sets the desired parameter
to the selector tries to log something i get a NPE from the logger.
Map act (...) {
...
try {
...
}
catch (Exception x) {
getLogger().error(...);
>>>>>>>>>>NPE
...
when i use the same action and the selector without logging anything
then everything is fine.
any ideas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]