[
https://jira.jboss.org/browse/GTNPORTAL-1349?page=com.atlassian.jira.plug...
]
Julien Viet commented on GTNPORTAL-1349:
----------------------------------------
This is expected with the current request handling architecture.
We will study if we can improve it in later version of GateIn as indeed this is a behavior
that is desirable.
Execute action process after refresh browser
---------------------------------------------
Key: GTNPORTAL-1349
URL:
https://jira.jboss.org/browse/GTNPORTAL-1349
Project: GateIn Portal
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.1.0-GA
Reporter: aymen Boughzela
Fix For: 3.2.0-GA
Attachments: WeatherPortlet.zip
To reproduce this issue:
1-Create a portlet jsp that has a link with href attribute as "action url".
2-Click on the link, the portlet is going in action phase (as expected).
=> if we refresh the page the portlet is again going in action phase (unexpected
behaviour).
In the jsr 168 an expected Senario is:
If user clicks the Refresh button :The container has to generate markup for the page, but
no action is performed on any of the portlets. In this case, when the container gets the
request, it will skip the action phase and in the render phase it will call the render()
method of all portlets on the page.
We attached the portlet used for this test.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira