I use struts 2.0.9 and the s:i18n-Tag and s:text to get values from a
resource bundle.
My jsp-pages get rendered the correct way, but it happens more often
that somehow my resource bundle gets lost during writing the response.
The result is a page where my text, at the beginning, consists of the
the correct value but then it happens that text values are missing and
instead only the key-name is written out.
All values exist in the resource-bundle. I really don't know how it
could be that my resource bundle gets lost while rendering the page as
the values and the resource bundle are found at the beginning of the
page and the error occurs within the page rendering.
This error results in the log warning of the method "findText(...)" in
LocalizedTextUtil.class, xwork2.jar.
Anybody has a clue or run into the same occurance?
Page buffering?
Tomcat hot deployment? (But it also occures when the war file is not hot
deployed)
thanks in advance,
greets adrian
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]