
|
If you were logged in you would be able to see more operations.
|
|
|
|
File Attachments:
|
1.
DebugPhaseListener.java (0.9 kB) 13.Apr 2010 17:14 - Adrian Burri
2.
faces-config.xml (0.7 kB) 13.Apr 2010 17:14 - Adrian Burri
3.
jsf-portlet.log (2 kB) 13.Apr 2010 17:14 - Adrian Burri
4.
trace.txt (6 kB) 14.Apr 2010 10:14 - Adrian Burri
|
|
Environment:
|
Windows XP, Tomcat 6.0.18, Liferay 5.2.3, JSF 2.0.3 (Snapshot 13.04.2010)
|
|
|
I have an application consisting of two views (login.xhtml, tasklist.xhtml). Starting from login.xhtml (marked as 1. in the log), I navigate to tasklist.xhtml (marked as 2. in the log). The tasklist.xhtml displays fine, however whatever action I choose from there, it does not get propagated to the backing bean (i.e. the corresponding action is never called). Instead, I get redirected to the login screen.
Looking at the output from the phase listener (see attachment, it might look familiar ;-)), I suspect that the last four entries before mark 2. have something to do with it. It looks like there is an additional get request involving the wrong viewId.
|
|
Description
|
I have an application consisting of two views (login.xhtml, tasklist.xhtml). Starting from login.xhtml (marked as 1. in the log), I navigate to tasklist.xhtml (marked as 2. in the log). The tasklist.xhtml displays fine, however whatever action I choose from there, it does not get propagated to the backing bean (i.e. the corresponding action is never called). Instead, I get redirected to the login screen.
Looking at the output from the phase listener (see attachment, it might look familiar ;-)), I suspect that the last four entries before mark 2. have something to do with it. It looks like there is an additional get request involving the wrong viewId. |
Show » |
Sort Order:
|