You're right! Thank you Ugo. Is there a DTD for these and other forms-related document types that I can refer to? The URI reference for the namespace prefix -
<fd:form xmlns:fd="http://apache.org/cocoon/forms/1.0#definition" doesn't resolve for me. I would much prefer to validate these documents - even mentally, if not programmatically - before deploying them, as it would save hours of debugging time. I haven't been able to locate it (the documentation doesn't cover it sufficiently). Incidentally, having corrected my spelling (as well as nesting), I wonder if you'll appreciate the irony of the spelling of Opne Source Zone in your signature? Thanks again! Owen On 6/3/05, Ugo Cei <[EMAIL PROTECTED]> wrote: > Il giorno 02/giu/05, alle 21:46, Owen Tallman ha scritto: > > > <fd:field id="locationType"> > > <fd:label>Select locations to search:</fd:label> > > <fd:datatype base="enum"/> > > <fd:converter type="enum"> > > > > <fd:enum>com.envisn.nv.form.enums.LocationType</fd:enum> > > </fd:converter> > > <fd:selection-list type="enum" > > class="com.envisn.nv.form.enums.LocationType"/> > > </fd:field> > > In the sample (form2_model.xml) the fd:converter element is spelled > fd:convertor and is placed inside the fd:datatype element. Try making > these changes and see if it works. > > Ugo > > -- > Ugo Cei > Tech Blog: http://agylen.com/ > Opne Source Zone: http://oszone.org/ > Wine & Food Blog: http://www.divinocibo.it/ > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
