Re: filling in the blanks

Jacob Kjome <[email protected]> Thu, 08 Jan 2004 07:44:23 -0600
Newsgroups gmane.comp.java.enhydra.barracuda.general
Message-ID <[email protected]>
Actually, I think you should be able to provide the unicode escape for a 
non breaking space (not sure what exactly that is, offhand) and the DOM 
should expand that to the &nbsp; form.  That way, you wouldn't have to 
bother with a BText.  Let me know if that works.

Jake

At 08:13 AM 1/8/2004 -0500, you wrote:
>That works great, thanks Jacob.
>
>I guess I am a bit rusty after a year off from this stuff.
>Jason
>
>-----Original Message-----
>From: Jacob Kjome <[email protected]>
>Sent: Jan 7, 2004 10:50 PM
>To: [email protected]
>Subject: Re: [Barracuda] filling in the blanks
>
>At 04:50 PM 1/7/2004 -0500, you wrote:
> >I have a table layout that is using the iterative model for separate
> >tables, and I want the layout to be consistent, but when nulls are
> >returned for some values, the rows are offset a bit.  What can i return to
> >fill in those spots ?  I have tried returning a space (i.e. " "), which
> >has the same results.  I also thought about returning   but the & is
> >escaped automatically as an &.
> >I guess I should also mention that we are currently using an old build of
> >barracuda as well (from over a year ago).
> >
> >Am I overlooking something obvious?
>
>Have you tried returning a BText (containing " ") component with
>setAllowMarkupInText(true)?
>
>Jake
>
> >Jason
> >_______________________________________________
> >Barracuda mailing list
> >[email protected]
> >http://barracudamvc.org/lists/listinfo/barracuda
>
>_______________________________________________
>Barracuda mailing list
>[email protected]
>http://barracudamvc.org/lists/listinfo/barracuda
>
>
>_______________________________________________
>Barracuda mailing list
>[email protected]
>http://barracudamvc.org/lists/listinfo/barracuda