[
https://issues.apache.org/jira/browse/TRINIDAD-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Piyush Hari updated TRINIDAD-23:
--------------------------------
Status: Open (was: Patch Available)
> goButton on PDAs should be rendererd as a linked button and not a button
> ------------------------------------------------------------------------
>
> Key: TRINIDAD-23
> URL: https://issues.apache.org/jira/browse/TRINIDAD-23
> Project: MyFaces Trinidad
> Issue Type: Improvement
> Environment: PDAs
> Reporter: Piyush Hari
> Priority: Minor
> Attachments: patch_may17_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";
>
> PDAs don't support <buttons> but support <input type="buttons"> . So, use
> <input> instead of <a> for PDAs
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.