Hello Tomcat users, have code like this in my jsp:
"${pageKeys.ui_user_name_label}";
Where represents a cell of an html table.
Value of the variable pageKeys.ui_user_name_label populated in server
side is in french and it is exactly as shown below:
Nom d'utilisateur
However, while displaying
Of course I have that in my html page.
My aim was to ask whether tomcat (its libraries) itself is doing
encoding of special chars.
Thanks.
On Mon, Apr 20, 2015 at 8:19 PM, Neill Lima wrote:
> Try adding this to your html:
>
>
> **
>
>
--
Tomcat team, I have few questions on websocket:
1. I am looking for Java websocket client sample code that uses basic
(user) auth.
2. Is there any sample code for how to put in SSL (keystore and
truststore) websocket client ?
3. I want to create a websocket client within the Tomcat jvm. I know
the