I have encountered the following problem
I create a webPage1 containing a WebListBox with n columns (aligned on the left … therefore with no type of style)
I fill the contents of the webListBox
I use a commandButton to show another page (webPage2)
so I move to webPage2
on webPage2 I have a commandButton which makes me go back to the previous webPage1
when I go back to webPage1, the contents of all cells move to the left, and the more columns the more evident the problem is
has anyone encountered the same problem?