Bruno
Well, not quite impossible ;-) Here is the code I have been
using to test this problem away from "my" app.
In samples\blocks\forms\forms, I changed:
form2_model.xml to add the widget:
<fd:field id="bignumber" required="true">
<fd:label>Type a really big number:</fd:label>
<fd:datatype base="integer">
<fd:convertor type="plain"/>
</fd:datatype>
</fd:field>
In the form2_data.xml, I added:
<bignumber value="3456789"/>
In the form2_bind_xml.xml, I added:
<fb:value id="bignumber" path="bignumber/@value">
<fd:convertor datatype="integer"/>
</fb:value>
In the form2_template_action.xml, I added:
<tr>
<td valign="top"><ft:widget-label id="bignumber"/></td>
<td valign="top"><ft:widget id="bignumber"/></td>
</tr>
And in the output XML file (after form submission), I now get:
<bignumber value="3,456,789" />
Please try this and see if you can reproduce the problem too?!
Thanks
Derek
>>> [EMAIL PROTECTED] 2004/07/26 04:10:56 PM >>>
On Mon, 2004-07-26 at 15:04, Derek Hohls wrote:
> Bruno
>
> Unfortunately, that still does not seem to work;
> I still get the "," separator...
quite impossible, that means the convertor isn't used. Make sure
you're
editing the correct file, and that the convertor element is located
inside the datatype element, and that it is in the correct namespace.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]