jsf - Pretty Faces EL Injection does not work -
i building online application in jsf 2 primefaces , spring. want use pretty faces make our search urls bookmarkable. here pretty-config.xml: <?xml version="1.0" encoding="utf-8"?> <pretty-config xmlns="http://ocpsoft.org/prettyfaces/3.3.3" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xsi:schemalocation="http://ocpsoft.org/xml/ns/prettyfaces/ocpsoft-pretty-faces-3.3.3.xsd"> <url-mapping id="index"> <pattern value="/" /> <view-id value="/sites/public/template/index.xhtml" /> </url-mapping> <url-mapping id="searchwithparams"> <pattern value="/search/#{searchview.searchquery}/#{searchview.searchtags}/#{searchview.searchorder}" /> <view-id value="/sites/public/product/productsearch.xhtml" /> </url-mapping> <url-mapping id="searchwithoutp...