Re: WirehoseChangeNotification
Re: WirehoseChangeNotification
- Subject: Re: WirehoseChangeNotification
- From: Mike Schrag <email@hidden>
- Date: Thu, 16 Mar 2006 07:05:21 -0500
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