KonaKart Community Forum

Installation / Configuration => Installation of KonaKart => Topic started by: wafeneto on September 02, 2008, 04:27:52 pm

Title: email from loged user
Post by: wafeneto on September 02, 2008, 04:27:52 pm
hy;
how can i display, in jsp the name and email of the loged user?
Title: Re: email from loged user
Post by: pete on September 02, 2008, 04:53:05 pm
Have you tried kkAppEng.getCustomerMgr().getCurrentCustomer() ?
Title: Re: email from loged user
Post by: wafeneto on September 03, 2008, 10:02:44 pm
tks for the tip
i use kkEng.getCustomerMgr().getCurrentCustomer().getEmailAddr() and works fine