Re: How to render character entities such as nbsp

2007-09-16 Thread Jason Mihalick
Thanks to all for the feedback on this. I ended up solving my issue with a combination of the two approaches. I hadn't noticed the setEscapeModelStrings method, so I definitely appreciate you pointing it out. Very handy. -- Jason Eelco Hillenius wrote: Is it possible to render a

Re: How to render character entities such as nbsp

2007-09-12 Thread Eelco Hillenius
Is it possible to render a character entity such as nbsp; in a Label? I've tried a few things, but I can't seem to get it to happen. setEscapeModelStrings(false) Eelco - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: How to render character entities such as nbsp

2007-09-12 Thread Jon Laidler
You could use CSS positioning. Place an absolute positioned div on the page, put the table in it positioned relative to the div, place the AjaxPagingNavigator in a below the table positioned absolutely to the bottom of the div. The following example will place the navigator 300px from the