UIComponentBase.saveAttachedState is static.
Do you think we can make it non-static to allow the overridden method to work ?
On Tue, 2005-08-09 at 14:35 +0200, Manfred Geiler wrote:
> I think I get it now. Sorry for that. > But the x:saveState should still return the same object (value & classes) > as the given one. > So, the right solution would be to override the > UISaveState.saveAttachedState to just serialize the given bean. > > Do you agree with this solution ? Yes, sounds reasonable. -Manfred
