Hi!
In one of my builder I've defined a 'visible'-field as an integer in a certain builder, where 1 = yes and 0 is no. In the editwizard I can present the user a nice dropdownbox with
<lists>
<optionlist name="truefalse">
<option id="1">True</option>
<option id="0">False</option>
</optionlist>
</lists>When I pas this field along to list.jsp it shows the rwal values of that field, such as 0 or 1.
Is it possible to have 1 and 0 substituted by 'Yes' and 'No' when I present a list of this builder?
I do not prefer to create a YesNo builder and make my 'visible'-field a NODE field and refer to that builder.
I'm using MMBase 1.7.3
Thanks! -- Ted Vinke Software Developer First8 BV / Ewycksgroep
Groenestraat 294 | Postbus 31006 6531 JC Nijmegen | 6503 CA Nijmegen
t +31 (0)24 348 35 70 f +31 (0)24 348 35 71
[EMAIL PROTECTED] http://www.first8.nl _______________________________________________ Developers mailing list [email protected] http://lists.mmbase.org/mailman/listinfo/developers
