I would like to use JSF or Seam navigation rules to redirect page requests. This would avoid having to update all the other pages' references when a page changes location. I've tried variations of the following configuration: FILE: /real/location/actual_page.page.xml | <!DOCTYPE | page PUBLIC "-//JBoss/Seam Pages Configuration DTD 1.1//EN" | "http://jboss.com/products/seam/pages-1.1.dtd" | > | <page view-id="/imaginary/location/virtual_page.xhtml"> | <navigation> | <rule> | <redirect view-id="/real/location/actual_page.xhtml"/> | </rule> | </navigation> | </page> But with no success. Sometimes I can get a 403 Error: Access to the requested resource has been denied, but more often I recieve a 404 Error: Resource not found. I have not created any access restrictions on the target file.
Any assistance is greatly appreciated, especially if someone knows a resource for instructiuons / examples of Seam navigation. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4032410#4032410 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4032410 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
