Yup, that's what I'm doing, now I want this validation constraint (just the maximum length) to show up in the generated HTML, like I can already do by adding the <fi:styling maxlength="xxx"/>, but it's really tedious work and error prone having to edit the templates to reflect the same constraints imposed by the validation model. Any better idea?
Regards, Chris Gary Larsen wrote: > > Try fd:length validator: > > <fd:length min="2" max="4"/> > > http://cocoon.apache.org/2.1/userdocs/widgetconcepts/validation.html > > gary > -- View this message in context: http://www.nabble.com/fd%3Alength-to-fi%3Astyling-maxlength-tp20233326p20235730.html Sent from the Cocoon - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
