I wanted to use the Liferay URL mapping, but currently there is a bug with JSF 2 and URL mapping, so it doesn't work (http://issues.liferay.com/browse/FACES-257). So I switched to PrettyFaces.
My question is, how can you in PrettyFaces map a link like
localhost:8080/web/guest/wsw?p_auth=oPRD7ELs&p_p_id=KonakardPotrlets_WAR_KonakardPotrletsportlet&p_p_lifecycle=1&p_p_state=normal&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=1&_KonakardPotrlets_WAR_KonakardPotrletsportlet__facesViewIdRender=%2Fviews%2Fwizard.xhtml
to something like this?
localhost:8080/web/guest/wsw/views/wizard/id=2
Note: I need also to generate a new parameter id
, which is set in a bean.