Revision history [back]

click to hide/show revision 1
initial version

answered 2012-02-06 08:24:20 +0800

cvarona gravatar image cvarona

It also happened to me; I couldn't find out why, but I was able to manage it with the following (obvious) scheme:

public void init( Session sess, Object request ) throws Exception {
        if( sess.hasAttribute( ALREADY_INITIALIZED ) ) {
            return;
        }

        sess.setAttribute( ALREADY_INITIALIZED, Boolean.TRUE );
        ...
}

With kind regards

César Varona

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More