Open sudheerj opened 8 years ago
@sudheerj if you're using it in the showcase example, I recommend you to read this post: http://stackoverflow.com/questions/37004516/webservlet-url-pattern-ending-by-jsfinspector Servlet TreeResultServlet
is provided in jsfinspector, but since your url is ending by /jsfinspector and not starting with it: you must declare a WebFilter
.
I have made some changes by myself that I did not push yet, I will probably fork jsfinpector to make them available (such as display phases name, not displayin all components name)
@sudheerj, Rapster did either of you get this working with primefaces? If so can you share your filter. I have a rather large existing filter that I am trying to add the jsfinspector exception to but the above reference is not very clear.
When I tried to use jsfinspector on PrimeFaces showcase there is no information display about JSF Component Tree and life cycle.
The project stage configured as Development and excluded jquery bundle as follows