Open Zibelas opened 4 years ago
@Zibelas i currently have the same problem :D did you find a solution?
@tandraschko yes, it is working for me now. I exchanged <h:commandLink to a normal <a href. The url is updating now correctly, the page can be reached under both addresses without duplicating the source page.
I'm facing a small problem with linking the same page under multiple links and I'm stuck on the last step.
.addRule(Join.path("/home/en/{path}.xhtml").to("/home/{path}.xhtml")) .addRule(Join.path("/home/de/{path}.xhtml").to("/home/{path}.xhtml"))
I only want to display the url correctly, all i18n, routing/ navigation is already working. I only have the configuration manager. What am I missing?
EDIT
It seems the culprit is h:commandLink, a normal is working