public class StylesEditorForm extends ActionForm (Code)
DOCUMENT ME!
author: rgould To change the template for this generated type comment go to author: Window>Preferences>Java>Code Generation>Code and Comments
isDefaultValue() Does the magic with _default & defaultChecked.
Because of the way that STRUTS works, if the user does not check the default box,
or unchecks it, setDefault() is never called, thus we must monitor setDefault()
to see if it doesn't get called.
Because of the way that STRUTS works, if the user does not check the default box,
or unchecks it, setDefault() is never called, thus we must monitor setDefault()
to see if it doesn't get called. This must be accessible, as ActionForms need to
know about it -- there is no way we can tell whether we are about to be passed to
an ActionForm or not.