Possible bug T5.3.5

the toString() method of EventContext doesn't print well


@Log
    private void persistCtx(EventContext ctx) {
        log.debug("EventContext:{}",ctx);
        log.debug("EventContext.class:{}",ctx.getClass());
        _state = ctx.get(String.class, 0);
        idPreg = ctx.get(Integer.class, 1);
        idResp = ctx.get(Long.class, 2);
        idEA = ctx.get(Long.class, 3);
        zoneId = ctx.get(String.class, 4);
    }

05-09-2012 16:09:52 [DEBUG] ControlPOpcSimple - EventContext:EventContext:
null
05-09-2012 16:09:52 [DEBUG] ControlPOpcSimple - EventContext.class:class
org.apache.tapestry5.internal.URLEventContext

Regards




--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-3-5-Possible-bug-EventContext-toString-tp5716073.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to