Closed GoogleCodeExporter closed 9 years ago
This does seem to be a bug, but in the mean time could you try a mapping like
this? It should work:
<url-mapping id="langforward_index">
<pattern value="/#{/(index|insert_trip|login|register|virtualniprohlidky_360panorama|investors|links|detail|about_us|kapitanske_zkousky)/ page}.jsf"></pattern>
<view-id>/lang_switch.jsp</view-id>
</url-mapping>
Original comment by lincolnb...@gmail.com
on 1 Oct 2010 at 5:50
Or like this:
<url-mapping id="langforward_index">
<pattern value="/#{/(index|insert_trip|login|register|virtualniprohlidky_360panorama|investors|links|detail|about_us|kapitanske_zkousky).jsf/ page}"></pattern>
<view-id>/lang_switch.jsp</view-id>
</url-mapping>
Original comment by lincolnb...@gmail.com
on 1 Oct 2010 at 5:51
Just committed the fix + tests for this. Try version 3.1.1-SNAPSHOT when it is
built by CI and deployed to the maven repository in about 15-20 minutes.
Thanks very much for pointing this out.
--Lincoln
Original comment by lincolnb...@gmail.com
on 1 Oct 2010 at 6:17
Oh, and please let me know if that works for you :) Thanks.
Original comment by lincolnb...@gmail.com
on 1 Oct 2010 at 6:18
For now I can confirm that both workaround mapping helped me. Later on I'll
test the snapshot. Thanks for quick response.
Original comment by jamaja...@gmail.com
on 1 Oct 2010 at 6:24
Original comment by lincolnb...@gmail.com
on 1 Oct 2010 at 6:24
Original issue reported on code.google.com by
jamaja...@gmail.com
on 1 Oct 2010 at 4:33Attachments: