You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Pawel Czerwinski (JIRA)" <de...@myfaces.apache.org> on 2007/09/20 22:08:55 UTC

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

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