ocpsoft / rewrite

OCPsoft URL-Rewriting Framework
http://ocpsoft.org/rewrite/
Apache License 2.0
189 stars 86 forks source link

Serve page under multiple links #292

Open Zibelas opened 4 years ago

Zibelas commented 4 years ago

I'm facing a small problem with linking the same page under multiple links and I'm stuck on the last step.

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

tandraschko commented 4 years ago

@Zibelas i currently have the same problem :D did you find a solution?

Zibelas commented 4 years ago

@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.