Fórum

How to format phone number?

thumbnail
Andrej Litowka, modificado 13 Anos atrás.

How to format phone number?

Junior Member Postagens: 79 Data de Entrada: 30/06/10 Postagens Recentes
Hello all,

I'm using liferay 6.0.2 and adding phone numbers in a portlet with PhoneServiceUtil.updatePhone or PhoneServiceUtil.addPhone. Even if I enter the phone number as e.g. +49 (0) 111 222 333 it will be saved in the table Phone as 49111222333 and also shown on the page like this. I would save the phone number in the same format as I entered it in the form. The field Phone.number_ is a VARCHAR, so it should be possible. Is there any liferay build-in functionality to save the numbers in my own format? How I can configure this? If not, is the only possibility to format phone numbers to implement own PhoneNumberFormat? Currently only USAPhoneNumberFormat is available. There is no formater for Europe.

Thanks and regards,
Andrej
A. Morgenröter, modificado 12 Anos atrás.

RE: How to format phone number? (Resposta)

New Member Postagens: 10 Data de Entrada: 03/02/10 Postagens Recentes
Hello Andrej,

just set
##
## Format
##

#
# Set the location of the class that implements
# com.liferay.format.PhoneNumberFormat. This class will format phone
# numbers.
#
#com.liferay.util.format.PhoneNumberFormat=com.liferay.util.format.USAPhoneNumberFormat
com.liferay.util.format.PhoneNumberFormat=com.liferay.util.format.IdenticalPhoneNumberFormat


in your system-ext.properties and restart Liferay. Works fine using LP6 GA4.

Best Regards.
thumbnail
Jack Bakker, modificado 11 Anos atrás.

RE: How to format phone number?

Liferay Master Postagens: 978 Data de Entrada: 03/01/10 Postagens Recentes
com.liferay.util.format options are not comprehensive, of course neither are my phoneformat utils that I've been putting in a seperate *clientname*-utils that I export as jar to global classpath

there is a google libphonenumber (http://code.google.com/p/libphonenumber/) I am currently reviewing

are u experienced ? if so pls share... thx
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: How to format phone number?

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
The major problem with the current com.liferay.util.format is that I'm not able to specify different format for different locale. That is, if I have it in US format, I can't have Japanese format as well.
thumbnail
Jack Bakker, modificado 11 Anos atrás.

RE: How to format phone number?

Liferay Master Postagens: 978 Data de Entrada: 03/01/10 Postagens Recentes
yes Hitoshi, u have restated my wondering need

the chosen Borg takes time to assimilate
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: How to format phone number?

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
I've been adding country/lang attributes to jsp selections but I don't think I can do the same with phone number because a Japanese user may want to enter US phone number. I think I'll add a countryId parameter to a method to verify phone number. I'll put this in my backlog because I don't need it in a hurry.

Fall is the event time in Japan to get users to budget for next financial year. Kind of busy on this front lately.
Xav NYC, modificado 11 Anos atrás.

RE: How to format phone number?

New Member Postagens: 23 Data de Entrada: 27/09/12 Postagens Recentes
Hi the google phone number library does just that. https://code.google.com/p/libphonenumber/
It's a matter of integrating it to Liferay.
thumbnail
Hitoshi Ozawa, modificado 11 Anos atrás.

RE: How to format phone number?

Liferay Legend Postagens: 7942 Data de Entrada: 24/03/10 Postagens Recentes
Thanks for the information. I think I'll be able to use that in my Japanese edition of liferay.
Καλλια Γαλιωτου, modificado 5 Anos atrás.

RE: How to format phone number?

New Member Postagens: 3 Data de Entrada: 15/11/18 Postagens Recentes

Hello,

 

i have similar problem using Liferay 7.0. And I cant find system-ext.properties file, in order to add 

com.liferay.util.format.PhoneNumberFormat=com.liferay.util.format.IdenticalPhoneNumberFormat

 

I am using Number in my form and the user can insert only 9 digits.

 

Any help?

 

Thanks.

thumbnail
Sandeep Nair, modificado 5 Anos atrás.

RE: How to format phone number?

Liferay Legend Postagens: 1744 Data de Entrada: 06/11/08 Postagens Recentes

You have to create a property hook module specified here and then add the following property

phone.number.format.impl=com.liferay.portal.format.IdenticalPhoneNumberFormatImpl