Re: Changing of AlertManager behavior

2014-08-04 Thread Geoff Callender
On 4 Aug 2014, at 11:15 pm, Geoff Callender wrote: > > On 31 Jul 2014, at 7:13 pm, la...@email.cz wrote: > >> Hi everyone! >> >> >> >> I would like to ask you for best solution how to change default AlertManager >> behavior. I would like to set all message durations to TRANSIENT for >> st

Re: Changing of AlertManager behavior

2014-08-04 Thread Thiago H de Paula Figueiredo
On Thu, 31 Jul 2014 06:13:15 -0300, wrote: Hi everyone! Hi! I would like to ask you for best solution how to change default AlertManager behavior. Isn't AlertManager a Tapestry-IoC service? So override, decorate or advise it (probably override in this case) through Tapestry-IoC. -- T

Re: Changing of AlertManager behavior

2014-08-04 Thread Geoff Callender
On 31 Jul 2014, at 7:13 pm, la...@email.cz wrote: > Hi everyone! > > > > I would like to ask you for best solution how to change default AlertManager > behavior. I would like to set all message durations to TRANSIENT for > standard info(), success(), warn() and error() calls. It's not problem

Changing of AlertManager behavior

2014-07-31 Thread lacko
Hi everyone! I would like to ask you for best solution how to change default AlertManager behavior. I would like to set all message durations to TRANSIENT for standard info(), success(), warn() and error() calls. It's not problem directly for my application, but I would like to change default