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);
}





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834100#3834100

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834100


-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to 
deliver higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to