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