Hidden fields rendered before end of form not work
--------------------------------------------------

                 Key: MYFACES-1846
                 URL: https://issues.apache.org/jira/browse/MYFACES-1846
             Project: MyFaces Core
          Issue Type: Bug
    Affects Versions: 1.2.2,  1.2.0
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe



On myfaces 1.1 it is possible to  add hidden input fields to be rendered at the 
end of the form using

HtmlFormRendererBase.addHiddenCommandParameter(FacesContext, UIComponent, 
String)

On myfaces 1.2 this not work anymore. 

This function is used for some components in tomahawk

The better for now is let this work as 1.1 and then try to move this to 
tomahawk (another issue), maybe creating a renderkit for tomahawk and use a 
delegate pattern to override the renderer for h:form (myfaces and jsf ri has 
different renderer classes) to add the required hidden fields.

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

Reply via email to