Menu

#221 Problem in List View if the Same Entity Opened Twice

v4.2.2
closed
nobody
None
5
2011-09-02
2011-09-01
Kinki
No

Steps to reproduce the problem:
1. Open the same entity with the List View in Firefox6.0.1/IE9 in 2 new tabs, i.e. 2 tabs with URL http://locahost:8080/myapp/modules/Client/
2. In the first tab, you can click on any row and it will display that row in Detail View normally.
3. Go to the second tab, when you click on any row, it will not change to Detail View now.

Tested with the combination of Firefox6.0.1 / IE9 and Tomcat 6 standalone / Liferay 6.06 tomcat bundle

Thanks!

P.S.
I'm a newbie but get excited in OpenXava, thus here is my first post!

Discussion

  • Javier Paniza

    Javier Paniza - 2011-09-02
    • status: open --> closed-invalid
     
  • Javier Paniza

    Javier Paniza - 2011-09-02

    Hi Kinki,

    this is not a bug, but the way it works.
    Tomcat uses the same user session for all the tabs of the same browser. This is convenient since you can login once in one tab, and afterwards use the same application in other tabs without login again, for example.
    OpenXava has a local state by each module, so if you open the same modele twice, they have the same state. In your case search a record in the first tab and the click on refresh in the second one, and you will see my point.

    If you say me what you need I could give you some tips.

     

Log in to post a comment.