TOMAHAWK-416 has information abouit how the dummy form stuff breaks the RI. One possible solution (though not a very good one probably has many problems) is to move Myfaces clear function rendering to the UICommand renderers the way JSF-RI does. This will make it so the clear funciton is rendered. However, the dummy form will still not be rendered by the ExtentionsFilter. Not sure why I just noticed a note in the ExtentionsFilter that says it's rendering of the dummy form doesn't work in the RI.
Mike On 5/16/06, Sean Schofield <[EMAIL PROTECTED]> wrote:
> To still have the same functionality I installed the custom renderers > (for commandLink/commandButton) in tomahawks faces-config.xml > > Now it turns out that this will break a installation if one simply would > like to use tomahawk with JSF-RI. Can you be more specific on how this breaks things. Lets not rush the fix either. Lets take enough time to figure out the best solution. Charging ahead on stuff like this causes problems as we now see. > Mario Sean