You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Piyush Hari (JIRA)" <de...@myfaces.apache.org> on 2007/05/17 23:13:16 UTC

[jira] Commented: (TRINIDAD-23) goButton on PDAs should be rendererd as a linked button and not a button

    [ https://issues.apache.org/jira/browse/TRINIDAD-23?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12496688 ] 

Piyush Hari commented on TRINIDAD-23:
-------------------------------------

Link to the old JIRA : 

https://issues.apache.org/jira/browse/ADFFACES-266

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