• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 10, 2024, 12:45:30 pm

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - giannisapi

1
Configuration of KonaKart / Translation Problem.
October 30, 2009, 11:45:21 am
Hi all,

I am trying to use a messages.properties file with greek characters.
I am sure that the application picks up the right properties file which is Messages_gr.properties when i click the greek flag. This means that the action is fired correct and that the correct locale is used(id i am right).

The problem is that the web pages displays random characters, thus, not the right messages.
In order to avoid this I saved my properties files in utf8 then used the java nativetoascii to generate a new properties file and use this in my application. The result is something like :
write.review.body.good=\u039e\ufffd\u039e\u00b1\u039e\u00bb\u039f\ufffd

But when i rebuild and run the application with this updated properties file i again get random characters.
After that I put some greek text hard coded in a jsp page. After I rebuild and run the application the hard coded greek characters in the jsp page are displayed fine.

Does this mean that there is something wrong with my properties file?

Any help would be appreciated.


Kind Regards,
Giannis
2
Configuration of KonaKart / Eclipse Integration Issues
October 17, 2009, 03:06:06 pm
Hi all,

First of all i know this questions has been asked and answered again and again but I just cant figure it out. 

Could someone please provide a detailed how to on how to import konakart in eclipse.

I am using eclipse version 3.4.2, konakart version is 4.1.0.0 multiplatform which then I extracted it.

Untill now I have followed the instruction here :
http://www.konakart.com/forum/index.php/topic,501.0.html

but i always end up with a project with some source folders without build files etc.. thus a set of not useable action classes.


Thanks in advance and sorry for posting an answered question but i just cant figure it out.

Regards,
Ioannis