attribute "value" in tag "f:param" should not be required
---------------------------------------------------------
Key: MYFACES-1775
URL: https://issues.apache.org/jira/browse/MYFACES-1775
Project: MyFaces Core
Issue Type: Bug
Components: General
Affects Versions: 1.2.0
Reporter: Thomas Fischer
According to
http://java.sun.com/javaee/javaserverfaces/1.2/docs/tlddocs/index.html, the
value attribute of the f:param tag should not be required.
But in myfaces_core.tld, it is:
# snip start
<tag>
...
<name>param</name>
...
<attribute>
<description>The value of this parameter.</description>
<name>value</name>
<required>true</required>
<deferred-value/>
</attribute>
...
</tag>
# snip end
Note: in JSF 1.1 the value attribute was required.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.