0

In addition to: @Inject to pass params to a CDI @Named bean via URL When I click button on page parameter disappears from url. How can I 'freeze' the url to change it only when redirecting? Using jsf+primefaces. Regards.

EDIT: Any clues? It may be caused by url mapping in web.xml? Because my mapping looks like site_name.xhtml now.

Community
  • 1
  • 1
Rembrandt
  • 25
  • 1
  • 1
  • 8

1 Answers1

0

Sloved by using PreetyFaces. It was only needed to install it, pretty-config.xml I have empty(with only namespaces declaration) and URL is freezed untill redirecting. I dont know it is the standard behaviour...

Rembrandt
  • 25
  • 1
  • 1
  • 8