0 Replies Latest reply on May 7, 2004 10:08 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 \n");
      strBuffer.append(" \n");
      .......
      .......
      bodyContent.print(strBuffer.toString());
      bodyContent.writeOut(getPreviousOut());
      }catch(IOException ex){
      throw new JspException(ex.getMessage());
      }
      return SKIP_BODY;
      }

      public int doEndTag() throws JspException{
      return (EVAL_PAGE);
      }