Hey there,
i'm wondering why it is only possible to associate a view-Class with the DefaultViewDescriptor and not a normal Bean. I'm running in problems over and over again because of this. I want to associate other beans with the view, but this only seems to be possible with the applicationContext from within the View-Class. but this is not very comfortable and doesn't solve all of my problems.
I changed the DefaultViewDescriptor for me to use Beans instead of Classes. But maybe there is a meaningful reason why it was done with classes instead of beans? Anyone knows?