The only way i see - as a noob - is, that inserting a key-message by an Insert.
Something like:

message

public String getKeyMessage()
{
  String keyname = fact.getName();  // or whatever
  return getMessages().getMessage(keyname);
/**
 * this method gets the messages in your application.properties
 * and searches for the key which is called 'keyname'
 */
}


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

Sent from www.TapestryForums.com

Read this topic online here: <<topic_link>>

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

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


Reply via email to