Hi! Sorry for jumping in that lately, but ... > So DummyFormUtils has to move from tomahawk to shared or at least two > components will not work in the release ? > dummyFormUtils triggered my brain ;-)
I refactored all the stuff from shared to tomahawk, so - please do not refactor DummyForm back to shared ;-) >>>> From: sharath reddy [mailto:[EMAIL PROTECTED] >>>> The same method is also used by the core components >>>> (HtmlCommandLink, etc) and I am assuming that they >>>> should have no knowledge of the MyFaces dummy form. >>>> To make this work I changed the renderer for commandLink and commandButton in a way that the dummy form functionality can be implemented in tomahawk/org.apache.myfaces.renderkit.html.jsf.DummyFormHtmlLinkRenderer (and so for the button). Tomahawk replaces the the default renderer through its faces-config.xml So to make the dummyForm stuff work for other components in tomahawk or sandbox you just have to extends from these DummyForm* classes. Ciao, Mario
