Re: question
Re: question
- Subject: Re: question
- From: Denis Stanton <email@hidden>
- Date: Thu, 6 Feb 2003 13:58:06 +1300
Joan
On Thursday, February 6, 2003, at 10:42 AM, Green Joan wrote:
nextPage.setUser(user);
Sorry, I suggested the correct form should be
(MyPage)nextPage.setUser(user);
That is not correct . It should be
((MyPage)nextPage).setUser(user);
Denis
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.