You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "David Brainard (JIRA)" <de...@myfaces.apache.org> on 2007/11/24 10:57:43 UTC

[jira] Updated: (MYFACES-1775) attribute "value" in tag "f:param" should not be required

     [ https://issues.apache.org/jira/browse/MYFACES-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Brainard updated MYFACES-1775:
------------------------------------

    Status: Patch Available  (was: Open)

> 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
>         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.