Hello,

  I have a custom tag, and I want to output a JSTL tag on it.
  But this new tag is not processed.

  Like this :

  public int doStartTag() throws JspException {
    try {
      JspWriter out = pageContext.getOut();
      out.println("<c:out value=\"yyyyyyyyy\"/>");
    }
    catch (IOException ex) {
    }
    return EVAL_BODY_INCLUDE;
  }
  
  Any help ?
  
-- 
Best regards,
 Danilo                          mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to