No one? > I just want to collect what should be done to make shared clean: > > I think the following should be moved to tomahawk: > > JavascriptUtils > DummyForm* > MyfacesConfig > > What else? >
I see a problem with moving DummyForm out, though, it cant stay there. Actually the dummyForm stuff works with the h:command* tags, if we move them to tomahawk (or the new commons) we have to move the necessary code out of shared and then the h:command* tags loose this functionality. They provide some methods to overload to be able to implement it again, though. Without any further action only the t:command* counterparts are able to initiate a dummyForm. IMHO this is how it should be, but, some applications out there stop working. Shall we tell the user to change those links to t:command* tags, or are we willing to provide overloaded renderers through tomahawk/faces-config.xml? The latter again is error prone, as then it is very likely to run in the "order of faces-config.xml processing" problem and our renderer might mask or might be masked by another one. Comments? Ciao, Mario
