On Mar 16, 2007, at 7:46 AM, Coding Horse wrote:
I have a quick question about storing a stateful Integer as a session attribute.This attribute "sequenceNumber" of type Integer holds an increasing sequencenumber. Do I need to save it back withsession.setAttribute("sequenceNumber", new Integer (theModifiedIntValue))after I modify it?
Yes. Java Integer objects are immutable. -pete -- [EMAIL PROTECTED] - http://fotap.org/~osi
smime.p7s
Description: S/MIME cryptographic signature
