On Monday 24 October 2005 18:30, Lorenzo Sicilia wrote:
> Just a strange behavior about actions. It logs but with a different layout

I fix the behavior when I changed in LoginAction this row:
private static Logger logger = Logger.getLogger(LoginAction.class.getName())
to
private static Log logger = LogFactory.getLog(LoginAction.class);

regards Lorenzo Sicilia

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

Reply via email to