Forums

Home » Liferay Faces » Liferay Faces - English »

Combination View Flat View Tree View
Threads [ Previous | Next ]
Christopher Olbertz
Changing the email address using PortletFacesUtil
August 24, 2009 1:53 AM
Answer

Christopher Olbertz

Rank: Junior Member

Posts: 93

Join Date: November 21, 2007

Recent Posts

I want to use the user's email address by using PortletFacesUtil. At the moment, I am using the set()-method, but the value in the database is not changed. What else have I to do?

Here is my code:

getPortletFacesUtil().getUser().setEmailAddress(email);


Kind regards,

Christopher