in xml (and so in jspx) & must be written as "&" so   becomes
" ".

anyway you are right, adding a   to an empty table cell is not
recommended, as long as you are not coding for netscape 4. And, if you
want to output an empty cell in jspx you will probably need to use:
<td><!-- --></td>
... since empty tags are automatically collapsed and browsers usually
don't like an empty td written as <td/>

fabrizio


On 9/24/05, Robert Van Overmeiren <[email protected]> wrote:
> Hmmm, my templates seemed to work with the old style taglib import tags
> (updated for JSTL 1.1), but I thought I'd better adapt to this new XML
> style being used in the samples, else I might fall even further behind
> on whats going on, or become outright incompatible with future versions.
>
> I guess I have to just do '<td> </td>', and if there's not enough space,
> can add a 'style: width' property to make it wider.

----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to