Hi!
I do not know what could cause the difference between operation on
Linux and on XP, (perhaps some locale is not installed) but here is a
workaround you could try:
On Dec 15, 2007 2:49 AM, JohnSmith333 <[EMAIL PROTECTED]> wrote:
>
> My wicket code in xp show normally. The text isn't incomprehensible.
> But when I deploy the code to linux os and in weblogic ap server.
...
> Label lblTest=new Label("lblTest","測試");
Instead of embedding localised strings into the java code, you could
try to put them into property files, and use a StringResourceModel to
reference them:
Label lblTest=new Label("lblTest",new StringResourceModel("testKey"));
This is a good strategy to prepare your application for multi-language
support anyway.
Gabor
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]