On 5/17/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
I tried to lookup the h:form renderer (through context.getRenderKit().getRenderer) and the original link/button renderer using reflection (configurable through web.xml for sure) and call its encodeBegin/encodeEnd to render all the stuff. You will get the form, but decode wont work as there is no form (which is a naming container) in the view - so the command link/button cant find its hidden field. Anything else will require some more assumptions of how the form/link/button stuff works.
Seems like I remember that h:tabbedPane did this already -- creates a form if it's not already inside one.
