gracias, por responder tan rápido Salvador. Pero sigo si ver las ñ. No
se que puede estar pasando. Debo estar haciendo algo mal. Este es mi
html
<head>

                <!--                                           -->
                <!-- Any title is fine                         -->
                <!--                                           -->
                <title>Wrapper HTML for Login</title>

                <!--                                           -->
                <!-- The module reference below is the link    -->
                <!-- between html and your Web Toolkit module  -->
                <!--                                           -->
                <meta http-equiv="Content-Type" content="ISO-8859-1">
                <meta name='gwt:module' content='com.Pruebas.Login'/>

        </head>
y este mi xml

<?xml version="1.0" encoding="ISO-8859-1"?>
<module>
        <inherits name="com.google.gwt.user.User"/>
        <inherits name='com.google.gwt.user.theme.standard.Standard'/>
        <inherits name='com.gwtext.GwtExt'/>
        <inherits name="com.google.gwt.JasperReports"/>
        <stylesheet src="Login.css"/>
        <entry-point class="com.Pruebas.client.Login"/>
        <servlet path="/LoginRPC/log"
<class="com,Pruebas.server.LoginRPCImpl"/>
</module>

On 29 ene, 14:06, SalvadorDiaz <[email protected]> wrote:
> No olvides añadir lo siguiente a tu html dentro del tag <head>:
> <meta http-equiv="Content-Type" content="ISO-8859-1">


>
> Espero que esto te ayude
>
> On Jan 29, 2:06 pm, Locovich <[email protected]>
> wrote:
>
> > como ver las ñ, oacentosen las aplicacionesgwt. Ya cambié <?xml
> > version="1.0" encoding="ISO-8859-1"?> en el xml de entrada y en el
> > project pero sigo sin ver cuando por ejemplo pongo una label y seteo
> > el contenido con una ñ oacentos. Si alguien saben por favor espero su
> > respuesta.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to