I have a tag that optionally contains body text that represents an SQL
"where" clause.

Here's the doAfterBody code:

    public int doAfterBody() throws JspException {
        BodyContent bc = getBodyContent();
        this.SQLfrombody = bc.getString();
        return EVAL_PAGE;
    }

Apparently if that gets called FIRST with a where clause, and then NOT with
a where clause, the getBodyContent is not getting reset.  Ack!  Phht!

What gives?

Ian


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

Reply via email to