Close
Duke shfaqur rezultatin -9 deri 0 prej 5
  1. #1
    i/e regjistruar
    Anėtarėsuar
    22-07-2003
    Vendndodhja
    Italy
    Postime
    16

    Unhappy Java - Ndihme ne JSP

    Kam problem me JSP ne java.
    me vjen ky error

    errori
    (005-taglibs2/pagina1.jsp [-1:-1] File "/WEB-INF/galdus.tld" not found

    Errors compiling pagina1.

    Nuk di si te veproj? mund te me ndihmoni
    005-taglibs2 = nome del package
    pagina1.jsp = nome del page JSP
    galdus = nome del tag sepse kam perdorur I TAG per te bere lidhjen me Faqen Servlet.

    mund te me ndihmoni??

    Io non posso dire di sapere come siano gli angeli in cielo, ma da quando ho visto te posso dire di sapere come sono gli angeli in terra.

  2. #2
    Proud_2_B_Albanian Maska e bledbeld
    Anėtarėsuar
    14-05-2002
    Vendndodhja
    Worcester, MA - SH.B.A
    Postime
    31
    make sure you have the REAL file on your library file (jsp files)
    try re-loading the file and you should be all set!

  3. #3
    i/e regjistruar
    Anėtarėsuar
    22-07-2003
    Vendndodhja
    Italy
    Postime
    16
    yes there are all real. I kam mrijuar une gjate kursit por tani tek kom ne shtepi nuk mund ti compiloj
    ja nje ushtrim:
    kjo eshte pagina JSP

    <%@page contentType="text/html"%>
    <%@taglib uri="/WEB-INF/galdus2.tld" prefix="galdus" %>

    JSP Page


    oupper>Parole IN Maiuscolooupper>



    ************************************************** *
    Kjo eshte pagina Servlet:

    package it.galdus.lezione006;

    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;

    public class ToUpperTag extends BodyTagSupport {

    public int doStartTag() throws javax.servlet.jsp.JspException {
    return EVAL_BODY_BUFFERED;
    }

    public int doAfterBody() throws JspException {

    String body = bodyContent.getString().toUpperCase();
    bodyContent.clearBody();
    try {
    bodyContent.write(body);
    } catch (java.io.IOException ex) {
    throw new JspException("problema.");
    }

    return SKIP_BODY;
    }

    public int doEndTag() throws javax.servlet.jsp.JspException {
    try {
    JspWriter out = pageContext.getOut();
    bodyContent.writeOut(out);
    } catch (java.io.IOException ex) {
    throw new JspException("problema.");
    }

    return EVAL_PAGE;
    }

    }

    Plus il tag con il nome "toupper" nuk e di se ku kam gabuar.
    Io non posso dire di sapere come siano gli angeli in cielo, ma da quando ho visto te posso dire di sapere come sono gli angeli in terra.

  4. #4
    i/e regjistruar
    Anėtarėsuar
    22-07-2003
    Vendndodhja
    Italy
    Postime
    16
    me fal por ato kokat e tigrin jane "toupper" edhe : parpara
    Io non posso dire di sapere come siano gli angeli in cielo, ma da quando ho visto te posso dire di sapere come sono gli angeli in terra.

  5. #5
    i/e regjistruar
    Anėtarėsuar
    22-07-2003
    Vendndodhja
    Italy
    Postime
    16

    Smile hej e zgjidha problemin

    E zgjidha problemin qe kisha ne Jsp edhe Servlet.
    Gabimi ishte sepse nuk i kisha vendosur ne WEB-INF tani qe i vendosa funksionojne
    Ciao


    Io non posso dire di sapere come siano gli angeli in cielo, ma da quando ho visto te posso dire di sapere come sono gli angeli in terra.

Tema tė Ngjashme

  1. Varfėria dhe mizerja.
    Nga DI_ANA nė forumin Tema shoqėrore
    Pėrgjigje: 125
    Postimi i Fundit: 18-01-2017, 05:25
  2. Wehhabizmi sipas Ehl-i Sunnetit
    Nga Bani gjk nė forumin Komuniteti musliman
    Pėrgjigje: 31
    Postimi i Fundit: 22-10-2009, 12:28
  3. Ēlirimi i Frymės
    Nga Matrix nė forumin Komuniteti protestant
    Pėrgjigje: 59
    Postimi i Fundit: 12-08-2005, 12:55

Regullat e Postimit

  • Ju nuk mund tė hapni tema tė reja.
  • Ju nuk mund tė postoni nė tema.
  • Ju nuk mund tė bashkėngjitni skedarė.
  • Ju nuk mund tė ndryshoni postimet tuaja.
  •