KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: Sony George on October 11, 2009, 02:02:34 pm

Title: Message resource key is not loaded in LogoutAction.java
Post by: Sony George on October 11, 2009, 02:02:34 pm
Hello,
every where, to set the breadcrumb the following code is used
kkAppEng.nav.add(getCatMessage(request, "header.address.book"), request);

execpt in LogoutAction.java,
kkAppEng.nav.set(Constants.logoutPage, request);
so the language is not picked up,

any specific reason ???

can i change it to

kkAppEng.nav.set(getCatMessage(request, "header.logout.page"), request);

??
regards


Title: Re: Message resource key is not loaded in LogoutAction.java
Post by: trevor on October 14, 2009, 04:04:17 pm
Quoteany specific reason

That was the old way of doing it. The language is picked up but doesn't change as you swap languages.

Quotecan i change it to

Yes