On 25/12/2010 21:31, Adrian A. wrote: > > It's true that it's a "complex" concept, but mainly because it's not present > like that in every > other framework.
It's not a complex feature it's a misfeature leading to maintenance issues. I think Lorenzo mentioned to use @InputParam instead and I think that is a better approach than @Bindable which combines too many concepts such as binding params, add to model, set control name and add control. The only feature I think is worth preserving is bind request parameter. The others should be done explicitly in code to make the intent clear. For now the examples are fixed up and in a future release we can work on replacing Bindable. Bob
