Welcome Guest Search | Active Topics | Sign In | Register

Foreign characters in properties in Callbackpanel Options
Nisse
Posted: Monday, December 10, 2007 4:25:34 AM
Rank: Member
Groups: Member

Joined: 10/17/2007
Posts: 13
Since I live in Sweden I need to use swedish characters like ä=ä in my pages.
If I do this I need to html the character (ie write &auml instead of ä).
But if I write swedish characters in a property of a tag then it does not work.
The callback panel displays an error message when a trigger is called.

This is the code
Quote:
<body xmlns:eo="http://schemas.essentialobjects.com/EOWeb3.0">
<form runat="server">
<eo:CallbackPanel id=CallbackPanel1 runat="server" Triggers="{ControlID:Button1;Parameter:}" Height="150px" Width="200px">
In here I can write &auml; but not ä
<asp:TextBox id=TextBox1 runat="server" />
<asp:Button id=Button1 runat="server" Text="Button" />
<asp:RequiredFieldValidator id=RequiredFieldValidator1 runat="server" ErrorMessage="Error message In heere I can neither write ä or &auml;" ControlToValidate="TextBox1" />
</eo:CallbackPanel>
</form></body>


Is there any way I can use Swedish characters in the ErrorMessage (this example)
/nils
eo_support
Posted: Monday, December 10, 2007 6:41:31 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,083
Hi,

Make sure that you have requestEncoding and responseEncoding set to utf-8:
http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=684

If that does not solve the problem, please create a small reproducing sample application to demonstrate the problem. Once you have that, you can zip it up and send it to us. I'll PM you as where to send it. We will look into it and see what we can find.

Thanks


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.