What does this parameter-name="dummy" means ??

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

What does this parameter-name="dummy" means ??

Ashish Vijaywargiya-2
Hi,

<field name="amountApplied" parameter-name="dummy"><display  type="currency" currency="${currencyUomId}"/></field>

What does this parameter-name="dummy" means ??
I have seen its xsd file but didn't get its importance.

Can anybody of you explain me the usage of this attribute in detail ??
What happened if we didn't use this attribute ??

Regards
Ashish Vijaywargiya

 
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.
Reply | Threaded
Open this post in threaded view
|

Re: What does this parameter-name="dummy" means ??

Si Chen-2
A guess on my part is that it is a way to make sure that a parameter  
field does not get parsed into the form field.  Otherwise, if there's  
an amountApplied on the form URL parameter, it will be populated on  
the form.

I think Hans wrote this.  Am I right, Hans?

On Aug 7, 2006, at 5:53 PM, Ashish Vijaywargiya wrote:

>

Reply | Threaded
Open this post in threaded view
|

Re: What does this parameter-name="dummy" means ??

David E Jones-2

Yes, I think that would be the effect of doing that.


On Aug 7, 2006, at 7:52 PM, Si Chen wrote:

> A guess on my part is that it is a way to make sure that a  
> parameter field does not get parsed into the form field.  
> Otherwise, if there's an amountApplied on the form URL parameter,  
> it will be populated on the form.
>
> I think Hans wrote this.  Am I right, Hans?
>
> On Aug 7, 2006, at 5:53 PM, Ashish Vijaywargiya wrote:
>
>>
>