You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Piyush Hari (JIRA)" <ad...@incubator.apache.org> on 2006/10/28 00:35:17 UTC

[jira] Updated: (ADFFACES-266) goButton on PDAs should be rendererd as a linked button and not a button

     [ http://issues.apache.org/jira/browse/ADFFACES-266?page=all ]

Piyush Hari updated ADFFACES-266:
---------------------------------

    Attachment: patch_oct27_05_33PM_goButton_pda.patch

I am providing the patch to fix this issue. (patch_oct27_05_33PM_goButton_pda.patch). goButton is now rendered as an input html element instead of a link on PDAs

> 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
>         Attachments: patch_oct27_05_33PM_goButton_pda.patch
>
>
> 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