I'm new in JSF and I need to integrate TILES with JSF, but I don't know how can I do that.
I've read a lot of articles and I've done examples but it doesn't work.
I'm following this example:
Tiles in JavaServer Faces (JSF)
but when I execute the application, this error appears:
javax.servlet.ServletException: Can't get definitions factory from
context.
why?