You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Peter Mahoney (JIRA)" <de...@myfaces.apache.org> on 2008/10/22 14:46:44 UTC

[jira] Resolved: (MYFACES-2023) HtmlFormRendererBase not calling protected methods for actionUrl, method and charset

     [ https://issues.apache.org/jira/browse/MYFACES-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Peter Mahoney resolved MYFACES-2023.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.5-SNAPSHOT

> HtmlFormRendererBase not calling protected methods for actionUrl, method and charset
> ------------------------------------------------------------------------------------
>
>                 Key: MYFACES-2023
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2023
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 1.2.4
>            Reporter: Peter Mahoney
>            Assignee: Peter Mahoney
>             Fix For: 1.2.5-SNAPSHOT
>
>
> The 1.1 implementation of HtmlFormRendererBase called the methods:
> protected String getActionUrl(FacesContext facesContext, UIForm form)
> protected String getMethod(FacesContext facesContext, UIForm form)
> protected String getAcceptCharset(FacesContext facesContext, UIForm form )
> These useful methods (particularly getActionUrl in my case) are defined but ignored in 1.2.

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