Monday, 30 September 2013

Ajax load of data not working after switching to GlassFish4

Ajax load of data not working after switching to GlassFish4

Here is my problem. I have a Java EE 6 web-application and the GUI is done
in PrimeFaces. We had to switch to Java EE 7 so we could use GlassFish4.
All the conversion was pretty much changing/adding versins/packages in the
pom.xml file. But now - doing a search in the databse works as expected -
Data is shown in a table, but showing a dialog with data from the search
(result table) doesn't work if I don't refresh the page manually.
I will provide some code, once I am at work, but for now is there
something I should consider or check?
Thank you in advance.

No comments:

Post a Comment