> Now, there are static methods to get the selectors.  These 
> static methods
> cannot check the non-static members.  So you could only use 
> the datamember
> in methods that are not static ( like ecsOutput ).  This is 
> what is done
> with showDays.
> 
> So I suppose you would have to create additional static 
> versions of the
> methods that take the nullChoice boolean to determine how to build the
> select object.  Or see if there is a way to 'shove' the null 
> choice into the
> select list after you get it.  Then you could do it all in 
> ecsOutput().

Or make a special case: if the calendar object passed to the static methods
is null, use the current date and add the null choice as the selected one.
You could then control this in ecsOutput() via the boolean.


-----------------------------------------------------------------------

This message has been scanned for viruses with Trend Micro's Interscan VirusWall.


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to