What's your preffered method of initializing components?

Chuck Hill wrote:

WOComponent, right? The constructor that you should call is the one taking a WOContext as its sole parameter. This is the one called when pageWithName() is used. I'm not sure if there are any potential bad side effects of constructing a top level page manually as opposed to using pageWithName. You might be better off adding a static method to use as a constructor. That can call pageWithName and then set the parameters.

Chuck


On Feb 9, 2006, at 11:20 AM, zac wrote:

I'm an old java hack who is picking up webobjects. When I try to overload a component's default constructor I get build warnings about overloading a deprecated api. I'm wondering what the best practices policy is for initializing components with more than one set of parameters.

Thx,

Zac
_______________________________________________
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/chill% 40global-village.net

This email sent to [EMAIL PROTECTED]



_______________________________________________
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]

Reply via email to