Intuitively, I see the declaring a form property of type String is used for
single-value variables, whereas declaring a property of type HashMap enables
storing multiple values in a single variable.  Both are accessed and mutated
the same way in an Action class.

Anybody know if there is any unnecessary overhead by declaring all
properties of type HashMap, even if some will never contain more than a
single value?

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to