Validation for user registration

Hi all,

i am modifying the user registration page.

(ie)adding 3 more fields.say,phone,url,and country.

what are the labels i should use.

for example,for password field we r using,

like that what should be used for above 3 fields i added.

thank u,

poornima

Hi poornima,

To keep it simple, I would sugges that you just do something like:

/code

You only have to work with the <fmt:message key’’=""/> if you’'re going to be using the internalization resource files (found in /wildfire/src/i18n directory).

Hope that helps,

Ryan