problem related to xml form

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

problem related to xml form

Anurag Walia
Hi all,

Thanks in advance

how  can we assign default value in the text field using xml form?
Like default value in the text box is "Enter the user name" .


Regards
Anurag walia
Reply | Threaded
Open this post in threaded view
|

Re: problem related to xml form

vaibhav londhe
Hi.. Anurag

We can assign default value in text field using xml form like :

<field name="UserName" > <text default-value="Enter the user name"/>
</field>

Regards,
Vaibhav

On Thu, May 20, 2010 at 12:19 PM, Anurag Walia <[hidden email]>wrote:

>
> Hi all,
>
> Thanks in advance
>
> how  can we assign default value in the text field using xml form?
> Like default value in the text box is "Enter the user name" .
>
>
> Regards
> Anurag walia
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/problem-related-to-xml-form-tp2223987p2223987.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
Reply | Threaded
Open this post in threaded view
|

Re: problem related to xml form

Anurag Walia
thanks

its working fine.