Shivani Sawhney wrote:
Hi,

I have used masking in validation-admin.xml in my project. The problem
is that I want '&' to be allowed to my text boxes on which masking is
done but masking does not allow me to put ampersand. Please help me in
this context.

You can certainly use '&' characters in regular expression masks, just remember that it's a special character in XML. So in your validation.xml, you need to write '&' as the character entity reference '&'.

L.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to