The only (and the best ;) ) workaround which came to my mind is to use
ajaxanywhere filter only in these places where it is really needed. So I
changed my web.xml:

    <filter>
        <filter-name>ajaxAnywhere</filter-name>
        <filter-class>org.ajaxanywhere.AAFilter</filter-class>
    </filter>
    <filter-mapping>
        <filter-name>ajaxAnywhere</filter-name>
        <url-pattern>/worksList.html/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
        <filter-name>ajaxAnywhere</filter-name>
        <url-pattern>/users.html/*</url-pattern>
    </filter-mapping>
    <filter-mapping>
        <filter-name>ajaxAnywhere</filter-name>
        <url-pattern>/clients.html/*</url-pattern>
    </filter-mapping>
    ...

And so on.

Regards,
Pawel
-- 
View this message in context: 
http://www.nabble.com/Adding-a-user-in-UTF-8-in-appfuse-light-tp20681790s2369p20717732.html
Sent from the AppFuse - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to