>Are you absolutely sure that all i18n reloading is off? There are a couple of ways to enable it, not just one.

Yes, I'm sure because changing the entry in the property file doesn't change the label printed.


Also, not all take the same time.
Some take 1ms, most 50~100 and a few take up to 350ms.

for 350ms, the statement is
%{getText('libelle.detail.du', {getText('object.type')})}
this is because I have standard entries and I only have to change the value of 'object.type' to personnalize it.
in the properties file I have
libelle.detail.du=D\u00e9tails du {0}

there is no way to do it directly in properties files.
Sure something like
libelle.detail.du=D\u00e9tails du {object.type}
would be fine but it would need a custom resourcebundle.



Thanks.

Mike


David H. DeWolf a écrit :


Mike Baroukh wrote:

I made some tests and yes, it's very slow : on my PIV, 3Ghz, each call to getText() take approximatively 200ms.

These are similar to the initial numbers that I saw, however, after tweaking my configuration, my getText() invocations are much faster than that - consistently between 5-15 ms. Are you absolutely sure that all i18n reloading is off? There are a couple of ways to enable it, not just one.

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



--

Mike Baroukh

---
Cardiweb  - 31 Rue de Mogador Paris IXeme
06 63 57 27 22 - 01 53 21 82 63 - Jabber: [EMAIL PROTECTED]
http://www.cardiweb.com
---


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

Reply via email to