Within a page template I can use:

ognl:messages.format('TITLE',myValue)

without any problems.

However when I do that from within a getter method like:

ognl:title

public String getTitle(){

return 
this.getMessages().format(getMessages().getMessage("TITLE"),getMyValue());

}


I get everything in UpperCase letters!

Really odd...


-------------------- m2f --------------------

Sent from www.TapestryForums.com

Read this topic online here: <<topic_link>>

http://www.tapestryforums.com/viewtopic.php?p=14682#14682

-------------------- m2f --------------------


Reply via email to