prettyfaces

Prettyfaces with Seam beans

Hi, Trying to solve this problem for two days without any luck. The problem occur when i try to define a url-mapping in pretty-config.xml that relay on a bean created with Seam <url-mapping id="test"> <pattern>/test/#{testBean.param}</pattern> <view-id>/test.faces</view-id> </url-mapping> bean source: package com.web.jsfbean; impo...

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 response is rendered. Thus the form is not submitted and the model is not updated. ...

documentation - is it a template?

Hi, I see that many sites are using the same template of documentation: PrettyFaces Hibernate and more. Is it a template that I can download somewhere? It's so clear! ...

How to create dynamic view in one page

Hello all ! 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 change i image my code sample is: <ui:include render="#{mybean.include}"/> and in backing bean my code will : public void g...

Pretty Faces Mapping problem

Hello All! i using PrettyFaces for Pretty URL but i have first problem with PrettyFaces: my mapping in pretty-config.xml <url-mapping id="home"> <pattern value="/" /> <view-id>/faces/index.jsf</view-id> </url-mapping> i have one file index.xhtml when deploy on server url http://localhost/myproject it not found index.jsf wh...