I think what Bear tries to say is that if the object is already in any scope, it will not be created with the
jsp:useBean statement. Consequently if you have one or more jsp:setProperties as an body of the jsp:useBean (and the object is already in scope), those setters won't be called.
regards,
Frits