Hi,
> + public int doStartTag() throws JspException
> + {
> + Thread.dumpStack();
> + System.out.println("doStartTag id:"+this.getId());
> + log.info("doStartTag id:"+this.getId());
> + return super.doStartTag();I searched for "Thread.dumpStack()" and found this too.. See MYFACES-1837 -Matthias -- Matthias Wessendorf further stuff: blog: http://matthiaswessendorf.wordpress.com/ sessions: http://www.slideshare.net/mwessendorf mail: matzew-at-apache-dot-org
