Reputation: 412
I have a strange behaviour in my webapp. I have bound *.faces
, *.jsf
and *.xhtml
to my Faces Servlet. All my pages are reachable about this mappings, but with *.faces
and *.jsf
endings the setter of my <f:viewParam>
and the method of my <f:viewAction>
are not called. Do you have any ideas why this could be the case?
Upvotes: 0
Views: 248