Re: [appfuse-user] I18N Problem

2008-08-24 Thread Martin Homik
Look into your IDEs settings whether it saves the file in UTF. I had similar problems on Windows XP with Eclipse. By default, it took a different encoding. Martin alibehzadian wrote: > > Hi, > > I used Persian text right inside JSP. I saved JSP file with UTF-8 encoding > and then I build the

Re: [appfuse-user] I18N Problem

2008-08-24 Thread Youssef Mohammed
On Sun, Aug 24, 2008 at 7:41 PM, alibehzadian <[EMAIL PROTECTED]>wrote: > > Hi, > > I used Persian text right inside JSP. I saved JSP file with UTF-8 encoding You have to make sure also that the pages that are rendered to the client (browser) is identified as UTF-8 encoded (not sure if this is th

Re: [appfuse-user] I18N Problem

2008-08-24 Thread alibehzadian
Dear Matt, I did what you said, but the problem still exists. I also disabled the localeFilter but nothing changed. Any idea? Ali Behzadian Nejad. -- View this message in context: http://www.nabble.com/I18N-Problem-tp19132153s2369p19138567.html Sent from the AppFuse - User mailing list archiv

Re: [appfuse-user] Appfuse and GWT

2008-08-24 Thread Matt Raible
Of course there's a possibility. Unfortunately, I'm too busy with living life and raising kids to do it these days - especially since I've said I'd add Stripes and Wicket support this year. ;-) Matt On Sun, Aug 24, 2008 at 6:36 AM, Cens <[EMAIL PROTECTED]> wrote: > > Matt, > is there any chance t

Re: [appfuse-user] I18N Problem

2008-08-24 Thread Matt Raible
You might try commenting out the filter-mapping for the gzipFilter in web.xml - it's possible this is causing the problem. Matt On Sun, Aug 24, 2008 at 10:41 AM, alibehzadian <[EMAIL PROTECTED]> wrote: > > Hi, > > I used Persian text right inside JSP. I saved JSP file with UTF-8 encoding > and th

[appfuse-user] I18N Problem

2008-08-24 Thread alibehzadian
Hi, I used Persian text right inside JSP. I saved JSP file with UTF-8 encoding and then I build the project. After visiting the JSP, all texts garble. I guess the problem is related to sitemesh decorator but I have no idea how to solve this problem. Any idea? Ali Behzadian Nejad. -- View this

[appfuse-user] Appfuse and GWT

2008-08-24 Thread Cens
Matt, is there any chance to have GWT among the presentation frameworks of Appfuse or Appfuse-light? I can provide my experience with both of them (GWT and Appfuse), but I don't think to be able to do all the glue-work by myself. One thing I could do is provide the CRUD code for the appfuse:gen Ma