|
Added the following paragraph of JavaDoc:
* A new form object instance will only be created (or more generally * acquired) with a call to {@link #createFormObject(RequestContext)}, * if the form object does not yet exist in the configured * {@link #getFormObjectScope() scope}. If you want to reset the form * handling machinery, including creation or loading of a fresh form object * instance, call {@link #resetForm(RequestContext)} instead. |
||||||||||||||||||||||||||||||||||||||
"Prepares a form object for display in a new form, creating it and caching it in the {@link #getFormObjectScope()} if necessary."