Hi Everyone.
I make an aplication with netbeans, struts and tomcat as server.
When i run it locally this work perfect. But when i deploy the application in other machine it not work correctly.!
The application show a list the people, if you want to change the name you can do it, but if the name have accents it is saved in database with wrong caracters!!!
I can not understand why work perfectly locally but not work in other servers(other machines).
I put in jsp code:
<%@ page language="java" contentType="text/html;charset=ISO-8859-1" pageEncoding="ISO-8859-1" %>
Thanks all.
Anyquestion please let me know.
PS: sorry if my english is not good (is not my mother language)