Bug 2833

Summary: http output tag is invalid
Product: Taglibs Reporter: Sterling Ledet <sjledet>
Component: IO TaglibAssignee: Tomcat Developers Mailing List <dev>
Status: CLOSED FIXED    
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   

Description Sterling Ledet 2001-07-26 08:09:34 UTC
According to the documentation, it is possible to do the following:


<io:http url="..." action="POST" output="false">

But this code results in a java error of:

org.apache.jasper.compiler.CompileException: 
/opt/tomcat/webapps/../request.jsp(0,6990) Attribute output invalid 
according to the specified TLD
Comment 1 James Strachan 2001-07-26 08:25:49 UTC
The TLD is now valid and has the output attribute defined for the http tag.

I've just confirmed that the output attribute is in the TLD for the nightly 
build here:-

http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/io/

for 26/07/2001.

Please try the latest distribution, it should be fixed now.