For my real application I'm using Ubuntu 8.10 and PostreSQL 8.3.
I've compared my configuration with original one and I found out that my
problems occurs because of ajax anywhere filter in 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>/*</url-pattern>
    </filter-mapping>

After removing this filter my Polish characters save allright. The filter
was taken from another appfuse project
(appfuse-light-spring-ajax-hibernate-1.8.2).

I've checked that someone had a similar problem here:
http://forum.springframework.org/showthread.php?t=31317

Now I am in the trouble because my application uses ajaxanywhere in many
places :(

Regards,
Pawel




mraible wrote:
> 
> If it doesn't happen on the demo site, I think the problem is your
> database
> or possibly OS. The demo runs on PostgreSQL and Red Hat Linux.
> Matt
> 

-- 
View this message in context: 
http://www.nabble.com/Adding-a-user-in-UTF-8-in-appfuse-light-tp20681790s2369p20715464.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