value attribute of <h:commandLink> isn't used as link label with ADF Faces
--------------------------------------------------------------------------

         Key: ADFFACES-13
         URL: http://issues.apache.org/jira/browse/ADFFACES-13
     Project: MyFaces ADF-Faces
        Type: Bug

    Reporter: Cosma Colanicchia
    Priority: Minor


In MyFaces, I was used to set the "value" attribute of <h:commandLink> 
components in order to specify the link label.

Switching to ADF Faces, such components can "disappear" becase the value 
attribute isn't used anymore (an empty <a ...></a> HTML tag is generated). 
Maybe this is related to the fact that the <af:commandLink> components add a 
new attribute "text" for this purpose.. I had to use a nested <h:outputText 
value="my label"/> to have the link correctly generated.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to