Does clicking on l1 cause an action that changes the contents of a display
array or some other state in the application?

If so, that could be the problem....

It sounds like the app is becoming confused as to which action method to
fire-- put a debugWithFormat: into your action method and have it print
out which link (or in a repetition, which object) was current when the
link was clicked.

b.bum

On Fri, 19 Mar 1999, Patrick Jusseau wrote:

> 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