Am 15.12.2005 21:19 Uhr schrieb "[EMAIL PROTECTED]" unter <[EMAIL PROTECTED]>:
> Hi Art, > > Thanks. > > I tried changing the .woo file from > > class=MyDisplayGroup > > to > class=LocalizationCodePage.MyDisplayGroup > > as you mentioned, and my page still would not load. > > The error I received this time was > > Error: com.webobjects.foundation.NSForwardException > [java.lang.IllegalArgumentException] Attempt to insert null object > into an com.webobjects.foundation.NSMutableDictionary. > Reason: Attempt to insert null object into an > com.webobjects.foundation.NSMutableDictionary > > So still no luck overriding some of the methods in the WODisplayGroup > by extending my own class (MyDisplayGroup). > > Any other suggestions? Yeah, Art's idea with > class=LocalizationCodePage.MyDisplayGroup is not bad, but i dont think that WO can resolve anonymous classes (it can not deal with static methods, so that makes me cautious). try it with a MyDisplayGroup in it's own class file. then try again with: class=MyDisplayGroup Let me hear if it helps! regards Wolfram _______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
