[
https://issues.apache.org/jira/browse/TRINIDAD-23?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeanne Waldman updated TRINIDAD-23:
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.0.1-core
Status: Resolved (was: Patch Available)
Committed svn 541125
Trinidad trunk
For Piyush Hari
> 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
> Assigned To: Jeanne Waldman
> Priority: Minor
> Fix For: 1.0.1-core
>
> Attachments: patch_may17_goButton.patch, patch_may17_goButton.patch,
> patch_may17_goButton_pda.patch, patch_may23_goButton.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.