Hi,
in the jsp12.tld file the include tag is defined as following:
<tag>
<name>include</name>
<bodycontent>empty</bodycontent>
<info>
Includes file
</info>
<attribute>
<name>page</name>
<required>true</required>
</attribute>
<attribute>
<name>flush</name>
<required>true</required>
<description>@values[true,false]</description>
</attribute>
</tag>
This is incorrect. According to the jsp 1.2 specification the flush
attribute is implied and NOT required.
Regards
Anders
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list