Hi All,
I am using ajax4jsf framework 1.1 to implement the ajax support some of the pages. Noted one page after editing the japanesh characters changed to ओ characters and same displayed in screen after save and database also going with same.
But I removed the ajax and its working fine and its showing jp characters properly and db also perfect.
Not sure why this happened.
Also I no need to process this page with ajax also because ajax filter not allowing to specific url this page also processed by ajax. (/*)
filter-mapping> <filter-name>ajax4jsf</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> So any way to resolve this issue or Can we filter the ajax4jsf to specific url only? I tried removing /* with /ReportForm/* but no luck.. Any one urgently help on this. thanks Bala