You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by John Trollinger <ja...@trollingers.com> on 2003/03/04 17:18:22 UTC

JSP Tag spec question

I have a bodytag that extends BodyTagSupport

If I call that tag without a body the doAfterBody() method never gets
invoked. 
ie 
<tag:test attr1="1"/> does not work but 
<tag:test attr1="1"><!-- some comment here --></tag:test> does work
<tag:test attr1="1"></tag:test> does not work 
<tag:test attr1="1"> </tag:test> does work (note the space between the
tags)

I tried to see what the spec says about this and from reading it I think
this is not working correctly.

Please let me know

John


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org