> westpine wrote:
> > Hi! I need to view "system" wicket messages like "page has expired" on
> > another (russian actually) language. How it could be done?
> >
> You could provide a new Page for the session expired page and do the
> translation there:
>
> getApplicationSettings().setPageExpiredErrorPage(SessionExpiredPage.class);

Yeah, that would be the way to go.

> Not sure though how you could translate the standard Wicket messages if
> you want to keep the
> original expired page.

If anyone has good translations for standard Wicket messages, please
attach them to a JIRA issue and we'll be more than happy to put them
in the project.

Eelco

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to