How is the ui:include tag implemented? Where can I find its implementation(source code)?
Asked
Active
Viewed 721 times
4
Seitaridis
- 4,459
- 9
- 53
- 85
1 Answers
5
That's implementation dependent.
In Mojarra, it's the com.sun.faces.facelets.tag.ui.IncludeHandler.
In MyFaces, it's the org.apache.myfaces.view.facelets.tag.ui.IncludeHandler.
BalusC
- 1,082,665
- 372
- 3,610
- 3,555