The <html:form> tag simply specifies the scope in which to search for properties; the scope specified in struts-config actually sets the scope. If you do not specify the scope at the tag level, Struts will search every scope (page -> request -> session -> application) until it finds the entity and its property(ies). You save processing time by specifying at the tag level.
Mark -----Original Message----- From: Chen, Dean (Zhun) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 30, 2002 1:44 PM I figured it out, all I had to do was to make everything session scope. I do have a question though, what is the difference between setting scope in struts-config.xml vs. in the <form> tag? Dean Chen -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

