prettyfaces
Using PrettyFaces 3.3.1-SNAPSHOT
i downloaded the 3.3.1-SNAPSHOT version to make generic url regarding this post: Pretty Faces: Generic URL mapping[详细]
2023-04-12 23:59 分类:问答Pretty Faces: Generic URL mapping
Using Pretty Faces 3, I have some mappings like these: <url-mapping id=\"search\"> <pattern value=\"/search\" />[详细]
2023-03-27 15:34 分类:问答JSF and PrettyFaces - How to restrict direct xhtml requests
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[详细]
2023-03-25 02:29 分类:问答JSF2 f:ajax ajax requests without query string?
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[详细]
2023-03-20 07:31 分类:问答remove application name from URL
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[详细]
2023-03-17 03:34 分类:问答WARNING: Multiple JSF Applications found on same ClassLoader. Unable to safely determine which FactoryManager instance to use
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[详细]
2023-03-12 10:10 分类:问答Prettyfaces how to rewrite two different view-id with one pattern
I have 开发者_开发技巧two different view-id /faces/rcg/index.xhtml and /faces/MasterRiskManager/index.xhtml[详细]
2023-03-05 06:47 分类:问答Pretty Faces Mapping problem
i using PrettyFaces for Pretty URL but i have first problem with PrettyFaces: my mapping in pretty-config.xml[详细]
2023-01-20 06:56 分类:问答How to create dynamic view in one page
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[详细]
2023-01-19 22:53 分类:问答Phases skipped when using PrettyFaces (JSF)
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[详细]
2023-01-08 20:51 分类:问答