Hello, I have one website which is running on Apache/mod_perl and Template-Toolkit. There is one piece of code which moves categories up'n'down. Now the problem is, that when I submit page with parametres it doesn't show that category has moved, but actually it has. I can see the change only after I 'hard-refresh' the page again - eg. Shift + refresh under IE.
But what's interesting is that the same code works just fine in another section of same page. .. All information is stored in MySQL tables and I use standard DBI in mod_perl modules to manipulate it. All ideas are welcome, I'm kinda... lost in this problem. Rgds, Viljo