PDA

View Full Version : XmlReader's newModelInstance() does nothing?



Payam
28 Jun 2008, 5:41 PM
XmlReader does not seem to use its newModelInstance method.
I was hoping it would, because then I don't have to convert the returned BaseModels into its more specific subclasses.

Unless I am missing something...


While I'm at it...
Does anyone know how I can prevent the web from becoming unreactive when doing a long task?
In Java I do multi-threading, but this is Javascript underneath.... so what happens then?

darrellmeyer
30 Jun 2008, 1:41 PM
Fix is in SVN.