I have this piece of code(only relevant part included): "t:label for=userName> LABEL BODY /t:label"
"input type="text" t:id="userName" t:type="TextFieldd" t:value="userName" t:validate="required"/" I would expect, when rendered, to have something like this: LABEL BODY: TEXTFIELD instead, what I have is: User Name TEXTFIELD -> which is what the label displays if there is no body What am i doing wrong here? If I add the body to the app.properties file it get's picked up and put in properly. Only when I provide the label body in the .tml it's behaving unexpectedly, and it's the way I would like it to be as I plan on changing it dynamically like this: ${myValueHere} Thanks, Bogdan. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Label-not-displaying-it-s-body-tp3408519p3408519.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org