You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Arjuna Wijeyekoon (JIRA)" <ad...@incubator.apache.org> on 2006/08/15 13:30:13 UTC

[jira] Created: (ADFFACES-129) trinidad does not work with jsf 1.1_02 sun ri component

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


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

        

[jira] Assigned: (ADFFACES-129) trinidad does not work with jsf 1.1_02 sun ri component

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-129?page=all ]

Adam Winer reassigned ADFFACES-129:
-----------------------------------

    Assignee: Adam Winer

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

        

[jira] Updated: (ADFFACES-129) trinidad does not work with jsf 1.1_02 sun ri component

Posted by "Adam Winer (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-129?page=all ]

Adam Winer updated ADFFACES-129:
--------------------------------

        Status: Resolved  (was: Patch Available)
    Resolution: Fixed

Applied patch.  Thanks, Arjuna!

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

        

[jira] Updated: (ADFFACES-129) trinidad does not work with jsf 1.1_02 sun ri component

Posted by "Arjuna Wijeyekoon (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-129?page=all ]

Arjuna Wijeyekoon updated ADFFACES-129:
---------------------------------------

    Status: Patch Available  (was: Open)

> 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
>         Attachments: fix_jsf_11_02_bug.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

        

[jira] Updated: (ADFFACES-129) trinidad does not work with jsf 1.1_02 sun ri component

Posted by "Arjuna Wijeyekoon (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-129?page=all ]

Arjuna Wijeyekoon updated ADFFACES-129:
---------------------------------------

    Attachment: fix_jsf_11_02_bug.patch

fixes this issue, by overridding the sun h:commandButton renderer
when trinidad is active.

> 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
>         Attachments: fix_jsf_11_02_bug.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

        

[jira] Updated: (ADFFACES-129) trinidad does not work with jsf 1.1_02 sun ri component

Posted by "Simon Lessard (JIRA)" <ad...@incubator.apache.org>.
     [ 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