Page actions do not work without Facelets
-----------------------------------------
Key: JBSEAM-4025
URL:
https://jira.jboss.org/jira/browse/JBSEAM-4025
Project: Seam
Issue Type: Bug
Affects Versions: 2.1.1.GA
Reporter: Hideyuki Suzumi
I updated seam 2.0.2.SP1 to 2.1.1.GA.
I updated .page.xml to refer to the 2.1 XSD.
However, page actions did not work.
.page.xml is ignored.
I debugged and found the cause.
org.jboss.seam.navigation.Pages [line: 158]
String viewId = "/" +
fileName.substring(0,fileName.length()-".page.xml".length()) +
".xhtml"; // needs more here
I am using not facelets but jsp.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira