how about something like:

<mx:Link label="{dataObject.day==null?'':
dataObject.day}" />

cheers
  -michael


On 11/18/05, keishichi2001 <[EMAIL PROTECTED]> wrote:
(flex2.0)

When i pass empty XML element into CellRenderer, and handle it like
followed, it shows as 'null' - String.

(in the CellRenderer)
...
<mx:Link label="{dataObject.day}" />
...

I want it to be shown real empty(which means, show nothing) if empty
XML element given.

Does anyone run into same issue?
And how did u solved this?


Best Regards,
Keishichi








--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to