Hi! >> Currently the base classes for the command* tags (in shared) implement >> the functionality of dummyForm, this is why its not needed to have the >> "overloaded renderer" stuff and why it works with h: and t: >> > > Sorry for being slow-witted. > There is no difference. If the user overwrites the Link- or > ButtonRenderer by a third-party renderer he must know what he is > doing. He will loose the DummyForm feature in that case. Right? > Hmmm, this depends ...
If the user created its own renderer derived from the shared or impl class the dummyForm still works. This is what I had in mind. After refactoring he has to derive form the tomahawk classes. But for sure, if one e.g. use ADF the feature will be lost anyway. AND we start playing in the "processing order" game, I thought its just worth to mention if we really would like to do it. Ok, after all, this means we configure a overloaded renderer within tomahawk to make the h:command* stuff work again? Ciao, Mario
