Hey all, Just remember that every time you change HtmlFormRendererBase.addHiddenCommandParameter's method signature, you break compatibility with Jenia4Faces.
It looks like this particular problem might have been avoidable by deprecating the old method signature and having the old signature call FacesContext.getCurrentInstance() before calling the new method. I'm guessing that Jenia4Faces calls the method in such a way that this would be workable. -Mike
