forward in filter makes rich faces compents not work
----------------------------------------------------

                 Key: RF-3884
                 URL: http://jira.jboss.com/jira/browse/RF-3884
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.2.1
            Reporter: deanhiller


I was trying to use URLRewriter and noticed the ajax validators stopped working 
and getting javascript errors in the page.  Turning of rewriter fixed this.  
After further debug, I put my own filter and found there is a major difference 
if the filter does

1. chain.doFilter(request, response)
2. a forward to the same exact page that is being requested

Basically, the html that comes back does not have the js script in it(the one 
without the js extension and the very long name), so basically all the 
components don't work.  I really want to use the URLRewriter but then it seems 
I lose all the AJAX richfaces components.  Can't use both together.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to