> Is there a special meaning to the expansion of ${name} ? > > Cause I have a very strange problem. > > If I use ${getNode().getName()} in my template, all is ok. > If I use ${node.getName()} in my template, all is ok. > > If I use ${node.name} I do not get the expected value, instead > the name of the application as it is defined in pom.xml is displayed! > > I even can write ${name}, even if there is no property name > in my page class - again the name of the application is displayed! > > Now I'm very confused... > Is there something special about ${name} ??? > And if yes, how can I turn it of? > > Tested on 5.0.16 and 5.0.17 > > Thanks, Max >
I have seen the same behaviour in a Maven-based Struts2 project so it's nothing Tapestry-specific. Regards, Joakim --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]