]
Marek Novotny closed JBSEAM-4025.
---------------------------------
Resolution: Out of Date
Page actions do not work without Facelets
-----------------------------------------
Key: JBSEAM-4025
URL:
https://issues.jboss.org/browse/JBSEAM-4025
Project: Seam 2
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, please contact your JIRA administrators
For more information on JIRA, see: