<say-as> question
Posted: Mon Jun 18, 2007 10:30 am
Hello,
We have some issue with the <say-as> tag.
It seems like the tag is working fine in the developer's site.
But not in our own plum server.
We have two problems with following code.
1. In our server , for "*" it says asterisk. We need it to say star.
In developer's site, it says star.
2. And the <say-as> currency is not working too. It supposed to say for example one dollar and ten cents. But it says dollar one point ten. This one is also working fine in the developer's site.
<var name="amt" expr="'0.00'" />
<form id="enterAmt">
<field name="amount" type="currency" >
<prompt>
Please enter the amount to pay. Use the * key for the decimal point.
</prompt>
<filled>
<assign name="amt" expr="amount"/>
<goto next ="#confAmt" />
</filled>
</field>
</form>
<form id="confAmt">
<block>
<prompt>
You entered <say-as type="currency">$<value expr="amt"/></say-as>.
</prompt>
</block>
</form>
Any help would be appreciated.
Thank you.
We have some issue with the <say-as> tag.
It seems like the tag is working fine in the developer's site.
But not in our own plum server.
We have two problems with following code.
1. In our server , for "*" it says asterisk. We need it to say star.
In developer's site, it says star.
2. And the <say-as> currency is not working too. It supposed to say for example one dollar and ten cents. But it says dollar one point ten. This one is also working fine in the developer's site.
<var name="amt" expr="'0.00'" />
<form id="enterAmt">
<field name="amount" type="currency" >
<prompt>
Please enter the amount to pay. Use the * key for the decimal point.
</prompt>
<filled>
<assign name="amt" expr="amount"/>
<goto next ="#confAmt" />
</filled>
</field>
</form>
<form id="confAmt">
<block>
<prompt>
You entered <say-as type="currency">$<value expr="amt"/></say-as>.
</prompt>
</block>
</form>
Any help would be appreciated.
Thank you.