Sounds good. Lets get started then if everyone is in agreement with this approach.
Sean On 5/17/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote:
*damn* I fell like a complete idiot ... it is also not possible to intercept the ViewHandler. Reason: you never ever have the view in hand before it will be rendered. Rendering and view creation happen at the same time with JSP. So no way to change the view before it were rendered - now I think I remember that this will change with JSF 1.2. So - back to the start. Any additional idea out there? I would remove the dummyForm stuff now. It should really not be that hard to fix the user application - simply add a h:form. As a start we can remove the renderer from tomahawk/faces-config.xml and provide a text in the release notes how to reenable them (by simply adding this text to your own faces-config.xml) - BUT ONLY if you use myfaces-impl. No chance otherwise to use dummyForm, as it was before. Ciao, Mario