Antonio Gallardo dijo: > Hi: > > Can be <wd:repeater> the only widget inside a <wd:form>? > > I tought it can be used as a "grid" table. Example: > > Suppuse you have a simple table with 2 fields: are_id and are_name: > > Here is the woody definition file: > > <wd:form xmlns:wd="http://apache.org/cocoon/woody/definition/1.0"> > > <wd:repeater id="transaction"> > <wd:field id="area_id" required="true">
Thanks for the help. Just for the record: Cause: If a field was not included in the form, then there is no way to see the errors of woody for this field. Solution: Remove @required="true" from <wd:field id="area_id"> BTW, the "Cause" is a bug or a feature? :-D Please comments. Best Regards, Antonio Gallardo. Best Regards, Antonio Gallardo
