You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Brendan Conner (JIRA)" <my...@incubator.apache.org> on 2005/06/23 23:17:19 UTC

[jira] Created: (MYFACES-291) Server Side Tree2 Component Does Not Work with Sun RI

Server Side Tree2 Component Does Not Work with Sun RI
-----------------------------------------------------

         Key: MYFACES-291
         URL: http://issues.apache.org/jira/browse/MYFACES-291
     Project: MyFaces
        Type: Bug
    Versions: 1.0.9 beta    
 Environment: Using Sun RI under IBM RSA 6.0
    Reporter: Brendan Conner


The Tree2 component throws errors when run in "server side" mode using the Sun RI.

As described by Balaji Saranathan [mailto:balaji.saranathan@wipro.com]

The offending code in tree2 seems to be the getMyForm() in com.sun.faces.renderkit.html_basic.CommandLinkRenderer.java. When this is called in the encodeEnd() of commandLinkRenderer, it returns null.  I tried enclosing the tree2 inside a form tag(ugly but a try though) but doesn't seem to work. Going through the code, I find the HtmlLinkRendererBase in Myfaces uses a DummyFormUtils while commandLinkRenderer in SUN RI tries to raise an exception saying it has to be enclosed within a form.


-- 
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: (MYFACES-291) Server Side Tree2 Component Does Not Work with Sun RI

Posted by "sean schofield (JIRA)" <my...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-291?page=all ]

sean schofield updated MYFACES-291:
-----------------------------------

    Description: 
The Tree2 component throws errors when run in "server side" mode using the Sun RI.

As described by Balaji Saranathan

The offending code in tree2 seems to be the getMyForm() in com.sun.faces.renderkit.html_basic.CommandLinkRenderer.java. When this is called in the encodeEnd() of commandLinkRenderer, it returns null.  I tried enclosing the tree2 inside a form tag(ugly but a try though) but doesn't seem to work. Going through the code, I find the HtmlLinkRendererBase in Myfaces uses a DummyFormUtils while commandLinkRenderer in SUN RI tries to raise an exception saying it has to be enclosed within a form.


  was:
The Tree2 component throws errors when run in "server side" mode using the Sun RI.

As described by Balaji Saranathan [mailto:balaji.saranathan@wipro.com]

The offending code in tree2 seems to be the getMyForm() in com.sun.faces.renderkit.html_basic.CommandLinkRenderer.java. When this is called in the encodeEnd() of commandLinkRenderer, it returns null.  I tried enclosing the tree2 inside a form tag(ugly but a try though) but doesn't seem to work. Going through the code, I find the HtmlLinkRendererBase in Myfaces uses a DummyFormUtils while commandLinkRenderer in SUN RI tries to raise an exception saying it has to be enclosed within a form.



Removed user's email address from JIRA to prevent spamming.

> Server Side Tree2 Component Does Not Work with Sun RI
> -----------------------------------------------------
>
>          Key: MYFACES-291
>          URL: http://issues.apache.org/jira/browse/MYFACES-291
>      Project: MyFaces
>         Type: Bug
>     Versions: 1.0.9 beta
>  Environment: Using Sun RI under IBM RSA 6.0
>     Reporter: Brendan Conner

>
> The Tree2 component throws errors when run in "server side" mode using the Sun RI.
> As described by Balaji Saranathan
> The offending code in tree2 seems to be the getMyForm() in com.sun.faces.renderkit.html_basic.CommandLinkRenderer.java. When this is called in the encodeEnd() of commandLinkRenderer, it returns null.  I tried enclosing the tree2 inside a form tag(ugly but a try though) but doesn't seem to work. Going through the code, I find the HtmlLinkRendererBase in Myfaces uses a DummyFormUtils while commandLinkRenderer in SUN RI tries to raise an exception saying it has to be enclosed within a form.

-- 
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] Closed: (MYFACES-291) Server Side Tree2 Component Does Not Work with Sun RI

Posted by "sean schofield (JIRA)" <my...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-291?page=all ]
     
sean schofield closed MYFACES-291:
----------------------------------

    Fix Version: Nightly Build
     Resolution: Fixed

> Server Side Tree2 Component Does Not Work with Sun RI
> -----------------------------------------------------
>
>          Key: MYFACES-291
>          URL: http://issues.apache.org/jira/browse/MYFACES-291
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk (RI Compatability)
>     Versions: 1.0.9 beta
>  Environment: Using Sun RI under IBM RSA 6.0
>     Reporter: Brendan Conner
>      Fix For: Nightly Build

>
> The Tree2 component throws errors when run in "server side" mode using the Sun RI.
> As described by Balaji Saranathan
> The offending code in tree2 seems to be the getMyForm() in com.sun.faces.renderkit.html_basic.CommandLinkRenderer.java. When this is called in the encodeEnd() of commandLinkRenderer, it returns null.  I tried enclosing the tree2 inside a form tag(ugly but a try though) but doesn't seem to work. Going through the code, I find the HtmlLinkRendererBase in Myfaces uses a DummyFormUtils while commandLinkRenderer in SUN RI tries to raise an exception saying it has to be enclosed within a form.

-- 
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] Commented: (MYFACES-291) Server Side Tree2 Component Does Not Work with Sun RI

Posted by "Mathias Werlitz (JIRA)" <my...@incubator.apache.org>.
    [ http://issues.apache.org/jira/browse/MYFACES-291?page=comments#action_12317404 ] 

Mathias Werlitz commented on MYFACES-291:
-----------------------------------------

I have tested the nightly build of the tomahawk extensions (tree2) with my application an now the tree2 works correctly with the SUN RI (server side mode). It seems this issue was solved along with MYFACES-360 :)

> Server Side Tree2 Component Does Not Work with Sun RI
> -----------------------------------------------------
>
>          Key: MYFACES-291
>          URL: http://issues.apache.org/jira/browse/MYFACES-291
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk (RI Compatability)
>     Versions: 1.0.9 beta
>  Environment: Using Sun RI under IBM RSA 6.0
>     Reporter: Brendan Conner

>
> The Tree2 component throws errors when run in "server side" mode using the Sun RI.
> As described by Balaji Saranathan
> The offending code in tree2 seems to be the getMyForm() in com.sun.faces.renderkit.html_basic.CommandLinkRenderer.java. When this is called in the encodeEnd() of commandLinkRenderer, it returns null.  I tried enclosing the tree2 inside a form tag(ugly but a try though) but doesn't seem to work. Going through the code, I find the HtmlLinkRendererBase in Myfaces uses a DummyFormUtils while commandLinkRenderer in SUN RI tries to raise an exception saying it has to be enclosed within a form.

-- 
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: (MYFACES-291) Server Side Tree2 Component Does Not Work with Sun RI

Posted by "sean schofield (JIRA)" <my...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/MYFACES-291?page=all ]

sean schofield updated MYFACES-291:
-----------------------------------

    Component: Tomahawk (RI Compatability)

> Server Side Tree2 Component Does Not Work with Sun RI
> -----------------------------------------------------
>
>          Key: MYFACES-291
>          URL: http://issues.apache.org/jira/browse/MYFACES-291
>      Project: MyFaces
>         Type: Bug
>   Components: Tomahawk (RI Compatability)
>     Versions: 1.0.9 beta
>  Environment: Using Sun RI under IBM RSA 6.0
>     Reporter: Brendan Conner

>
> The Tree2 component throws errors when run in "server side" mode using the Sun RI.
> As described by Balaji Saranathan
> The offending code in tree2 seems to be the getMyForm() in com.sun.faces.renderkit.html_basic.CommandLinkRenderer.java. When this is called in the encodeEnd() of commandLinkRenderer, it returns null.  I tried enclosing the tree2 inside a form tag(ugly but a try though) but doesn't seem to work. Going through the code, I find the HtmlLinkRendererBase in Myfaces uses a DummyFormUtils while commandLinkRenderer in SUN RI tries to raise an exception saying it has to be enclosed within a form.

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