MVK - 2006-08-14

Hey All,

I am new to Display Tag and i have just developed couple of interfaces using display tag. Those interfaces do have SORTING and PAGINATION features.

one of the changes requested by the client, is to have some space betweenthe text displayed in the pagination.

So, i edited the displaytag.properties file and made the following change

paging.banner.some_items_found=<span class="pagebanner">{0} {1} found, displaying {2} to {3}.&nbsp;&nbsp;</span>

I made the change( to innclude &nbsp;) to all the different conditions. I jared the new properties file and deployed the application. It worked fine in my local computer.

I tried to deploy the same to the UNIX machine, but the space i included disappeared in the application. I am not sure why this is behaving like this..

Any help will be appreciated ..