goButton on PDAs should be rendererd as a linked button and not a button
------------------------------------------------------------------------

                 Key: ADFFACES-266
                 URL: http://issues.apache.org/jira/browse/ADFFACES-266
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
         Environment: PDA
            Reporter: Piyush Hari
            Priority: Minor


At present the following logic in GoButtonRenderer renders a goButton as a LINK 
(html 'a' tag) on PDAs because they don't support button tag :
 
String element = useButtonTag ? "button" : "a";
 
I wonder why a link is renderered when browsers that don't support 'button' tag 
*CAN* support 'input' tag of type 'Button'.


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