[ http://issues.apache.org/jira/browse/ADFFACES-129?page=all ]
Simon Lessard updated ADFFACES-129:
-----------------------------------
Attachment: HtmlCommandButton_Java_5.patch
Applies Java 5 standard to HtmlCommandButton
> trinidad does not work with jsf 1.1_02 sun ri <h:commandButton> component
> -------------------------------------------------------------------------
>
> Key: ADFFACES-129
> URL: http://issues.apache.org/jira/browse/ADFFACES-129
> Project: MyFaces ADF-Faces
> Issue Type: Bug
> Environment: JSF SUN RI 1.1_02
> Reporter: Arjuna Wijeyekoon
> Assigned To: Adam Winer
> Attachments: fix_jsf_11_02_bug.patch, HtmlCommandButton_Java_5.patch
>
>
> when we run using both trinidad and sun ri tags, and if we use the
> <h:commandButton> tag we get a
> javascript error saying that the "clearFormHiddenParams" function is missing.
> in order for trinidad tags to work when mixed with jsf ri tags,
> the trinidad runtime overrides the jsf ri formRenderer.
> However, in jsf ri 1.1_02, the sun formRenderer writes out a javascript
> function called "clearFormHiddenParams". When trinidad rt is present,
> this formRenderer nolonger executes, and so the clearFormHiddenParams
> function is not written, and any jsf ri tag (eg:<h:commandButton>)
> that depends on this function fails.
> will upload a patch
--
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