Re: Is fireModelChanged mandatory ?
"Diez B. Roggisch" <[email protected]> Fri, 23 Sep 2005 13:28:05 +0200
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format... ------------=_1127474840-12931-146 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline > 3) I also came accross a need to add a FormType, namely FormType.PASSWORD, > that is nothing but a FormType.STRING, but from which you could infer a > rendering option when repopulating. Does it seems like a resonnable thing > to include in FormType ? Not to me. Its not a type, its (as you say yourself), but a formatting thing - and thus shouldn't be part of FormMaps. If you absolutely must have such a functionality to prevent accidential password display (which I doubt is actually feasible, as e.g. there is no <span type="password"/> sort of tag that would prevent clear text rendering whenaccidentially bound to a text-node instead of an input field), then declare it as a new FormElement. The same way as e.g. SelectFormElement. Regards, Diez (who still lurks and believes in Barracuda - but doesn't have the opportunity to use it) ------------=_1127474840-12931-146 Content-Type: text/plain; name="message-footer.txt" Content-Disposition: inline; filename="message-footer.txt" Content-Transfer-Encoding: 8bit -- Barracuda mailing list [email protected] http://www.objectweb.org/wws/lists/projects/barracuda ------------=_1127474840-12931-146--