Hi,

Instead of recycling the old page (with return null or return this) try to
generate a
new page (pageWithName(...)). The new page will get a new component number.

Greetings

Jan

> Hi,
>
> I have a very strange UI problem. I have a page "A" displaying some
> links (let's say l1, l2, l3). I click on l1. Everything is fine: a
> new page related to l1 shows up. Then if I click on the back button
> of my browser (so I am back to page "A") and try to click on ANY
> other links of my page I keep on going to the page referenced by l1.
> It seems to me that this is a cache problem. Any ideas?
>
> Thanks by advance.
>
> Patrick
>
>

Reply via email to