Greetings, Is it possible to iterate through the collection of keys in a pages property file?
For example: import tapestry....Messages; public class MyPage { @Inject private Messages pageMessages private void onActivate() { for (int i=0;i<pageMessages.length; i++) // -->.length doesn't exist ... } } } Of course there is a MyPages.propertiesfile that contains key=value pairs. Are the accessors the the Messages interface collection private and can not be accessed? Is there a way to translate an instance o Messages to a Map so that I can traverse through the list of key pairs? Thanks, Marcel -- View this message in context: http://old.nabble.com/-T5--Iterate-Through-Page-Messages-%28Localization-File%29-tp26988936p26988936.html Sent from the Tapestry - User mailing list archive at Nabble.com.