Filter « Form « JSF Q&A





1. UrlRewriteFilter outbound-rule isn't applied to form    stackoverflow.com

I have started using Tuckey's UrlRewriteFilter on my JSF 2.0 web application and it works well except for a form on my site's home page. Here is the outbound rule:

<outbound-rule>
   ...

2. Tuckey UrlRewrite filter doesn't work properly with JSF forms    stackoverflow.com

I integrated Tuckey UrlRewrite filter in my JSF application. My URLs now look like:

http://localhost:8080/myapp/page
instead of
http://localhost:8080/myapp/faces/page.xhtml
The problem is that my JSF forms ...