I had a problem opening a Modal Dialog after page reload. I solved using “class identifier” instead of “id”.
but now I'm stuck on another problem.
In the Modal Dialog I have a JQGrid:
In example.jsp I press the button “RELOAD”. Then, in “mainContent”, appears the button “FIND”, that open a modal dialog with a JQGrid perfectly working.
But if I press again “RELOAD” button and then “FIND” the MODAL DIALOG appears, but the JQGRID in it doesn't show any result!
'cause it seemed to be a “creating elements with same id” problem, I try to call the JQGrid with class identifier, but nothing.
Here an example: http://web.ire-omba.it:8080/prev/esempio.jsp
example.jsp:
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top