Foros del Web » Programando para Internet » Javascript » Frameworks JS »

problema con exttld

Estas en el tema de problema con exttld en el foro de Frameworks JS en Foros del Web. Buenos dias, ps estoy en este foro porque me estoy iniciando en est de ajax y ps estoy usando exttld para poder usar etiquetas en ...
  #1 (permalink)  
Antiguo 29/02/2008, 12:01
Avatar de Nighter  
Fecha de Ingreso: enero-2007
Mensajes: 97
Antigüedad: 17 años, 3 meses
Puntos: 0
problema con exttld

Buenos dias, ps estoy en este foro porque me estoy iniciando en est de ajax y ps estoy usando exttld para poder usar etiquetas en mi jsp. Bueno , la situacion es que ya instale todo lo que necesitaba, ya el ide me reconoce las tag pero al momento de correrlo en el tomcat ps nomas no aparece nada, les mando el codigo que estoy usando, de ante mano muchas gracias por su ayuda:

Código PHP:
<%-- 
    
Document   index
    Created on 
Feb 28200811:19:23 AM
    Author     
Nighter
--%>

<%@
page contentType="text/html" pageEncoding="UTF-8"%>
<%@ 
taglib tagdir="/WEB-INF/tags/ext" prefix="ext" %>
<!
DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
   "http://www.w3.org/TR/html4/loose.dtd"
>

<
html>
    <
head>
        <
meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <
title>JSP Page</title>
    </
head>
    <
body>
       <
ext:body>
        <
ext:window title="Window example" width="300" height="240" id="window1">
            <
ext:toolbar>
                <
ext:toolbar.button text="Button 1" />
                <
ext:toolbar.button text="Button 2" />
                <
ext:toolbar.button cls="x-btn-icon" icon="img/list-items.gif" tooltip="Icon button test" />
            </
ext:toolbar>
            
            <
div style="padding:5px">Ext is not just a tool kit or another pretty face it is geniusTo be able to get access to a set of tools and advanced design patterns in working form (not some bookis amazingAt the cost of a few development hour per developer we can all have genius websitesThere is no better tool and no better ROIThanks Jack for sharing your genius— Joseph FrancisCore Lan Corporation</div>
            <
ext:button onClick="window1.close();">Close</ext:button>
        </
ext:window>
    </
ext:body>
    
    <
ext:onReady>
        
window1.show();
    </
ext:onReady>        
    </
body>
</
html
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Tema Cerrado




La zona horaria es GMT -6. Ahora son las 19:48.