Hi, I have two grids with ajax and one function that opens a window with a windowmanager, when using the function in the first grid (with a button and in the updatecommand) it works ok and it shows a message I put with the current time, but If I try to use that function from an event in the second grid it shows the last message not current. I'll try to explain:
- the new window has a label when I put the next message: current time + "bla bla" before opening it
- if I use it from the first grid it shows the current time but from the second grid it shows the last message not the current time...