Re: filling in the blanks
Jacob Kjome <[email protected]> Wed, 07 Jan 2004 21:50:18 -0600
| Newsgroups | gmane.comp.java.enhydra.barracuda.general |
|---|---|
| Message-ID | <[email protected]> |
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