[
https://issues.apache.org/jira/browse/MYFACES-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated MYFACES-1775:
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.1-SNAPSHOT
Status: Resolved (was: Patch Available)
> 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
> Assignee: Matthias Weßendorf
> Fix For: 1.2.1-SNAPSHOT
>
> Attachments: myfaces_core_tld.patch
>
>
> 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.