i downloaded the 3.3.1-SNAPSHOT version to make generic url regarding this post: Pretty Faces: Generic URL mapping
Using Pretty Faces 3, I have some mappings like these: <url-mapping id=\"search\"> <pattern value=\"/search\" />
I\'m new to JSF and PrettyFaces. So by now i found out that i can configure PrettyFaces to \"forward\" the request to the right .xhtml file. The problem is, that i (or a user, in case he knows my fold
Right now on each f:ajax (or a4j:ajax) request I\'m making, the POST includes the query string which I don\'t want.Is there a way to not have it pass them on?I don\'t understand why it does this anywa
my site uses JSF and the url appears to be, http://mysitename.com/wompower6/faces/home.xhtml I am using prettyfaces, so if I use the following in pretty-config.xml, i can change the name to http://my
I am trying to create an application where I combine jsf2, prettyfaces, jpa and glassfish 3.1. I had some trouble gettings prettyfilter to load properly, which was fixed by following the tutorial here
I have 开发者_开发技巧two different view-id /faces/rcg/index.xhtml and /faces/MasterRiskManager/index.xhtml
i using PrettyFaces for Pretty URL but i have first problem with PrettyFaces: my mapping in pretty-config.xml
i have one page index.jsf, i was use ui:include for include header and footer,i want to dynamic view in content, it mean when user click on register link just content change header and footer didn\'t
When using PrettyFaces to map a page containing a form, all phases after Restore View are skipped and the res开发者_高级运维ponse is rendered. Thus the form is not submitted and the model is not updat