On Tue, Jul 1, 2008 at 11:09 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > if we ungenerify Link, should we also ungenerify Form? seems like the > exact same kind of usecase.
Imho, generic forms make more sense, as you'd typically work on fields (with formcomponents) of one object (the model object of the form), and then do something with it if updating the fields succeeds (like saving the changes). It is true that you often use some model value(s) in the link onClick method, but personally I never do that through the model value, but rather like how Timo described it. Anyway, not a big deal really. If you feel Link is better generified, I'm cool with it. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]