Re: [JSTL] empty strings inside table cells *with borders*

From: Scott Yanoff (yanoff_at_STOP-SPAMMINGyahoo.com)
Date: 10/31/03


Date: Fri, 31 Oct 2003 15:18:04 -0600

Karsten Wutzke wrote:
> Is there any way get <td> cells *with borders* when <c:out> ing the
> empty string?

If the non-breaking space in those table cells makes your tables look
ugly, what about:

<c:out value="${data}" default="&nbsp;" />

Doesn't the default signify what to put in case there is no value?

-- 
-Scott
yanoff@STOP-SPAMMINGyahoo.com | http://www.yanoff.org | AOL IM: SAY KJY


Relevant Pages

  • Re: Average Function (include Blank Cells and Zeros)
    ... This will eliminate the counta function from counting those cells. ... Instead of returning a empty string "" when there is no value ... My divisor would be 30 now instead of 20. ... compute the average as of the current date that a department updates ...
    (microsoft.public.excel.misc)
  • Re: delete empty rows
    ... clearing a cell or <empty string>. ... the code bellow, just keep the search sections you are interested in, and ... Dim firstAddress As String ... ''' find blank cells ...
    (microsoft.public.excel.programming)
  • RE: delete empty rows
    ... clearing a cell or <empty string>. ... the code bellow, just keep the search sections you are interested in, and ... Dim firstAddress As String ... ''' find blank cells ...
    (microsoft.public.excel.programming)
  • Re: Trying to sum column but getting 0 as result
    ... David McRitchie has a TRIMALL macro that looks for the non-breaking space ... >I then highlighted one of the cells, ... >to highlight the spaces I needed to remove. ...
    (microsoft.public.excel.misc)
  • Re: referencing the value of a cell containing an array formula
    ... have to have your formula show an empty string. ... > contain information I want to put on my primary worksheet. ... > cells contain an array formula. ... I also tried sticking the original array formula in my ultimate ...
    (microsoft.public.excel.worksheet.functions)