You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mario Ivankovits (JIRA)" <de...@myfaces.apache.org> on 2006/11/29 13:19:20 UTC

[jira] Created: (MYFACES-1504) oamSetHiddenInput function missing if ...

oamSetHiddenInput function missing if ...
-----------------------------------------

                 Key: MYFACES-1504
                 URL: http://issues.apache.org/jira/browse/MYFACES-1504
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.1.5-SNAPSHOT
         Environment: latest myfaces svn head
            Reporter: Mario Ivankovits


a) ... there is only a commandButton on the form (not commandLinks)
... which is not necessarily a problem as normally such a form do not require these functions, BUT when you have enabled the auto_scroll feature things getting worse. Then something like
oamSetHiddenInput('_idJsp29','autoScroll',getScrolling())
will be rendered and then the oamSetHiddenInput function is missing.

b) ... you are using the adf form
in HtmlLinkRendererBase you'll see that renderFormSubmitScriptIfNecessary will not be called if the link is used within an adf form, then again the autoScroll feature is broken and a javascript error will be shown.

Would be great if someone else has some time to fix it.

-- 
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-1504) oamSetHiddenInput function missing if ...

Posted by "Wesley Hales (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wesley Hales updated MYFACES-1504:
----------------------------------

    Status: Patch Available  (was: Open)

> oamSetHiddenInput function missing if ...
> -----------------------------------------
>
>                 Key: MYFACES-1504
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1504
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: latest myfaces svn head
>            Reporter: Mario Ivankovits
>
> a) ... there is only a commandButton on the form (not commandLinks)
> ... which is not necessarily a problem as normally such a form do not require these functions, BUT when you have enabled the auto_scroll feature things getting worse. Then something like
> oamSetHiddenInput('_idJsp29','autoScroll',getScrolling())
> will be rendered and then the oamSetHiddenInput function is missing.
> b) ... you are using the adf form
> in HtmlLinkRendererBase you'll see that renderFormSubmitScriptIfNecessary will not be called if the link is used within an adf form, then again the autoScroll feature is broken and a javascript error will be shown.
> Would be great if someone else has some time to fix it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Issue Comment Edited: (MYFACES-1504) oamSetHiddenInput function missing if ...

Posted by "Sandra Martín (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543634 ] 

ssandruchi edited comment on MYFACES-1504 at 11/19/07 10:56 AM:
-------------------------------------------------------------------

where is the patch?? Because in 1.1.5 this error already ocurrs really. Thanks.

      was (Author: ssandruchi):
    where is the patch?? Because in 1.1.5 this error ocurrs really. Thanks.
  
> oamSetHiddenInput function missing if ...
> -----------------------------------------
>
>                 Key: MYFACES-1504
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1504
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: latest myfaces svn head
>            Reporter: Mario Ivankovits
>
> a) ... there is only a commandButton on the form (not commandLinks)
> ... which is not necessarily a problem as normally such a form do not require these functions, BUT when you have enabled the auto_scroll feature things getting worse. Then something like
> oamSetHiddenInput('_idJsp29','autoScroll',getScrolling())
> will be rendered and then the oamSetHiddenInput function is missing.
> b) ... you are using the adf form
> in HtmlLinkRendererBase you'll see that renderFormSubmitScriptIfNecessary will not be called if the link is used within an adf form, then again the autoScroll feature is broken and a javascript error will be shown.
> Would be great if someone else has some time to fix it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MYFACES-1504) oamSetHiddenInput function missing if ...

Posted by "Mario Ivankovits (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mario Ivankovits updated MYFACES-1504:
--------------------------------------

    Status: Open  (was: Patch Available)

> oamSetHiddenInput function missing if ...
> -----------------------------------------
>
>                 Key: MYFACES-1504
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1504
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: latest myfaces svn head
>            Reporter: Mario Ivankovits
>
> a) ... there is only a commandButton on the form (not commandLinks)
> ... which is not necessarily a problem as normally such a form do not require these functions, BUT when you have enabled the auto_scroll feature things getting worse. Then something like
> oamSetHiddenInput('_idJsp29','autoScroll',getScrolling())
> will be rendered and then the oamSetHiddenInput function is missing.
> b) ... you are using the adf form
> in HtmlLinkRendererBase you'll see that renderFormSubmitScriptIfNecessary will not be called if the link is used within an adf form, then again the autoScroll feature is broken and a javascript error will be shown.
> Would be great if someone else has some time to fix it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MYFACES-1504) oamSetHiddenInput function missing if ...

Posted by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12574496#action_12574496 ] 

Leonardo Uribe commented on MYFACES-1504:
-----------------------------------------

Trinidad override HtmlCommandButton and HtmlCommandLink, so the solution for this on trinidad should be a separate issue

> oamSetHiddenInput function missing if ...
> -----------------------------------------
>
>                 Key: MYFACES-1504
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1504
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: latest myfaces svn head
>            Reporter: Mario Ivankovits
>            Priority: Blocker
>
> a) ... there is only a commandButton on the form (not commandLinks)
> ... which is not necessarily a problem as normally such a form do not require these functions, BUT when you have enabled the auto_scroll feature things getting worse. Then something like
> oamSetHiddenInput('_idJsp29','autoScroll',getScrolling())
> will be rendered and then the oamSetHiddenInput function is missing.
> b) ... you are using the adf form
> in HtmlLinkRendererBase you'll see that renderFormSubmitScriptIfNecessary will not be called if the link is used within an adf form, then again the autoScroll feature is broken and a javascript error will be shown.
> Would be great if someone else has some time to fix it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MYFACES-1504) oamSetHiddenInput function missing if ...

Posted by "Pawel Czerwinski (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12529248 ] 

Pawel Czerwinski commented on MYFACES-1504:
-------------------------------------------

Can sombody tell what kind of patch is supposedly available? In 1.1.5 the error still remains.

> oamSetHiddenInput function missing if ...
> -----------------------------------------
>
>                 Key: MYFACES-1504
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1504
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: latest myfaces svn head
>            Reporter: Mario Ivankovits
>
> a) ... there is only a commandButton on the form (not commandLinks)
> ... which is not necessarily a problem as normally such a form do not require these functions, BUT when you have enabled the auto_scroll feature things getting worse. Then something like
> oamSetHiddenInput('_idJsp29','autoScroll',getScrolling())
> will be rendered and then the oamSetHiddenInput function is missing.
> b) ... you are using the adf form
> in HtmlLinkRendererBase you'll see that renderFormSubmitScriptIfNecessary will not be called if the link is used within an adf form, then again the autoScroll feature is broken and a javascript error will be shown.
> Would be great if someone else has some time to fix it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Issue Comment Edited: (MYFACES-1504) oamSetHiddenInput function missing if ...

Posted by "Sandra Martín (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543634 ] 

ssandruchi edited comment on MYFACES-1504 at 11/20/07 1:05 AM:
------------------------------------------------------------------

where is the patch file?? Because in 1.1.5 this error already ocurrs really. Thanks.

      was (Author: ssandruchi):
    where is the patch?? Because in 1.1.5 this error already ocurrs really. Thanks.
  
> oamSetHiddenInput function missing if ...
> -----------------------------------------
>
>                 Key: MYFACES-1504
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1504
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: latest myfaces svn head
>            Reporter: Mario Ivankovits
>
> a) ... there is only a commandButton on the form (not commandLinks)
> ... which is not necessarily a problem as normally such a form do not require these functions, BUT when you have enabled the auto_scroll feature things getting worse. Then something like
> oamSetHiddenInput('_idJsp29','autoScroll',getScrolling())
> will be rendered and then the oamSetHiddenInput function is missing.
> b) ... you are using the adf form
> in HtmlLinkRendererBase you'll see that renderFormSubmitScriptIfNecessary will not be called if the link is used within an adf form, then again the autoScroll feature is broken and a javascript error will be shown.
> Would be great if someone else has some time to fix it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (MYFACES-1504) oamSetHiddenInput function missing if ...

Posted by "José Luis Sánchez (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/MYFACES-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

José Luis Sánchez updated MYFACES-1504:
---------------------------------------

    Status: Patch Available  (was: Open)

> oamSetHiddenInput function missing if ...
> -----------------------------------------
>
>                 Key: MYFACES-1504
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1504
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: latest myfaces svn head
>            Reporter: Mario Ivankovits
>
> a) ... there is only a commandButton on the form (not commandLinks)
> ... which is not necessarily a problem as normally such a form do not require these functions, BUT when you have enabled the auto_scroll feature things getting worse. Then something like
> oamSetHiddenInput('_idJsp29','autoScroll',getScrolling())
> will be rendered and then the oamSetHiddenInput function is missing.
> b) ... you are using the adf form
> in HtmlLinkRendererBase you'll see that renderFormSubmitScriptIfNecessary will not be called if the link is used within an adf form, then again the autoScroll feature is broken and a javascript error will be shown.
> Would be great if someone else has some time to fix it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (MYFACES-1504) oamSetHiddenInput function missing if ...

Posted by "Sandra Martín (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12543634 ] 

Sandra Martín commented on MYFACES-1504:
----------------------------------------

where is the patch?? Because in 1.1.5 this error ocurrs really. Thanks.

> oamSetHiddenInput function missing if ...
> -----------------------------------------
>
>                 Key: MYFACES-1504
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1504
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.1.5-SNAPSHOT
>         Environment: latest myfaces svn head
>            Reporter: Mario Ivankovits
>
> a) ... there is only a commandButton on the form (not commandLinks)
> ... which is not necessarily a problem as normally such a form do not require these functions, BUT when you have enabled the auto_scroll feature things getting worse. Then something like
> oamSetHiddenInput('_idJsp29','autoScroll',getScrolling())
> will be rendered and then the oamSetHiddenInput function is missing.
> b) ... you are using the adf form
> in HtmlLinkRendererBase you'll see that renderFormSubmitScriptIfNecessary will not be called if the link is used within an adf form, then again the autoScroll feature is broken and a javascript error will be shown.
> Would be great if someone else has some time to fix it.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.