Details
-
Type:
Feature Request
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: 3.1.0.Tracking
-
Component/s: Configuration API, View Configuration
-
Labels:None
Description
It would be nice to support overrides of the ViewMeta configuration (for transactional control, security constraints and URL-rewriting) with tags nested in the facelet <f:metadata>.
To achieve this we could use a phase listener that parses the component tree of a view, and dynamically builds the ViewMeta on first visit.
Gliffy Diagrams
Issue Links
- relates to
-
SEAMFACES-79
Provide <s:restrictView> tag for securing pages
-
- Open
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
Note: this does not allow for "inheritance through templating":
"The page author must ensure that the <f:metadata> element does not appear on a template or included page. It must reside on the root page that corresponds to the viewId."
From:
http://javaserverfaces.java.net/nonav/docs/2.0/pdldocs/facelets/f/metadata.html