Hi I am using Tapestry 5.0.15 and have come over a strange problem that I cannot resolve.
In my tml file i have this code ${currentGroup.name} - which should display "Root group" instead it displays: scy-useradmin-web Tapestry 5 Application The same goes for all other places where I try to print out the property of a bean. If I write ${currentGroup.getName()} it works fine, but I thought that the simplified first version was correct. If I return a string from my java class getSomeString() and write it in the tml ${someString} it works fine, so it seems that the only problem is to traverse bean properties. Can anyone shed some light on this problem for me? Henrik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]