Hi There,

I have a repeater widget that has a number of datawidgets and it works fine, displaying nicely in a html table

I am now trying to add a hidden widget to each row, to contain an integer value that lets me determine what flag color to flag each row with.

It works fine, except I can't get it to be hidden--it insists on showing up--I have tried placing it at the beginnig of the table, the end of the table etc...it seems to make no difference.

Any idea what I am doing wrong?  The widget is defined as follows:

In FormDefinition file:

   <fd:booleanfield id="is_late" >
     <fd:label></fd:label>
   </fd:booleanfield>

In Template file:
<td id="flag_color"><ft:widget id="flag_color"><fi:styling type="hidden"/></ft:widget></td>

(note: thinking that my error above was perhaps to give the td an id, I also tried it without an id, but it made no difference...)

I am using Cocoon 1.8--the customer has had it in production for 3 years and does not need to upgrade...

thx
Paul




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to