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

2007-11-24 Thread David Brainard (JIRA)

 [ 
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
 ...
   nameparam/name
 ...
   attribute
   descriptionThe value of this parameter./description
   namevalue/name
   requiredtrue/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.



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

2007-11-24 Thread JIRA

 [ 
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
 ...
   nameparam/name
 ...
   attribute
   descriptionThe value of this parameter./description
   namevalue/name
   requiredtrue/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.