掲示板

How to insert a space between paginatior templates

11年前 に Andy Murray によって更新されました。

How to insert a space between paginatior templates

New Member 投稿: 11 参加年月日: 12/08/09 最新の投稿
Hi,

I have a paginator template like:

paginatorTemplate="{FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} Go to page {JumpToPageDropdown} {CurrentPageReport}"

There is no space before or after the text "Go to Page". How shuold I include a space there.

Tried   but it has thrown an faces exception like nbsp is not referenced.
tried simply by giving empty braces { } { } . Didn't work.. it just prints empty braces.

Pls help !!
11年前 に Thomas Graefenhain によって更新されました。

RE: How to insert a space between paginatior templates

New Member 投稿: 4 参加年月日: 12/10/02 最新の投稿
Hi,

just use
 
.

paginatorTemplate="{FirstPageLink} {PreviousPageLink} {PageLinks} {NextPageLink} {LastPageLink} Go to page {JumpToPageDropdown} {CurrentPageReport}"


Thomas