Search code examples
javaspringliferayportletspring-webflow

Portlet doesn't process action phase


I have a portlet basically simple form. When i enter on that page with form directly for the first time and submit it, my page is only reloaded. On second submit it works.

Next case is, when i enter on that page from another page by link. It works on first time.

We using:

  • java 8
  • Liferay 6
  • spring-webflow 2.4.4
  • spring 4.3.12

Can somebody help me? It's looks like some cookie/session problem in Liferay.


Solution

  • It was Liferay(6.2.10.7) bug, liferay is incompatible with jBoss(wildfly-10.1.0). They said, they will fix it asap.