Re: WirehoseChangeNotification
Re: WirehoseChangeNotification
- Subject: Re: WirehoseChangeNotification
- From: David Griffith <email@hidden>
- Date: Thu, 16 Mar 2006 18:26:00 +0100
Mike,
You da man. Thanks. That did it.
Regards,
Dave.
On 16 Mar 2006, at 13:05, Mike Schrag wrote:
if (currentProd.prodActive() == Boolean.TRUE)
do this
else
do that
== on Objects is asking for trouble ... if prodActive was set to
new Boolean(true), you're out of luck. Use .equals instead.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden