[
https://issues.apache.org/jira/browse/ADFFACES-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12495116
]
Blake Sullivan commented on ADFFACES-266:
-----------------------------------------
I assume that the problem is that supportsAdvancedForms(arc) is returning
false for your Agent because your agent doesn't support <button>. In that case
we really want useButtonTags to be able to return a value indicating the three
choices, <a>, <button>, or <input>. If we don't care about subclasses (of
which there are none in Trinidad), the easiest thing to do would be to inline
useButtonTags into the one place where it is called.
> goButton on PDAs should be rendererd as a linked button and not a button
> ------------------------------------------------------------------------
>
> Key: ADFFACES-266
> URL: https://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.
-
You can reply to this email to add a comment to the issue online.