comment from tobagos UIViewRoot: // // The following code is copied from myfaces implementation! // In suns jsf-api 1.1.01 are the events not cleared if renderResponse is true // after processUpdates, seems to be a bug. This is fixed at least in // Nightly Snapshot from 15.08.2005, but not in stable yet. // Events are private member of UIViewRoot, so we have to copy anny code // accessing them. // // TODO: remove if fixed in stable release!
We've had problems with not cleared events when using RI. So to make tobago work with both RI and myfaces we need to have a own UIViewRoot. Regards Volker Adam Winer wrote: > True about the RI, though I'm a bit surprised that Tobago really > needs its own UIViewRoot implementation - what for? Overriding > createView() in a non-decorator sense is a risky thing to do. > > (FWIW, ADF doesn't replace the default components - we do > replace default converters and validators, mostly to get client-side > validation into the mix.) > > -- Adam > > -- Don't answer to From: address! Mail to this account are droped if not recieved via mailinglist. To contact me direct create the mail address by concatenating my forename to my senders domain.
