0 Replies Latest reply on May 7, 2004 10:14 AM by carlosgyn

    error de execution of tagLib

    carlosgyn

      Hi,
      I am executing one tagLib in the Jboss-3.2.3 and in the hour of the execution of doStartTag() and the following error it appears:

      11:16:51,219 ERROR [Engine] ApplicationDispatcher[/sibnc] Servlet.service() for servlet jsp threw exception

      It sees stretch of metodo:
      public int doStartTag() throws JspException{
      try{
      strBuffer.append("EN");
      strBuffer.append("");
      ........
      bodyContent.print(strBuffer.toString());
      bodyContent.writeOut(getPreviousOut());
      ........