Arg, sorry, it looks like Element.raw(String)
is what I'm looking for. I had missed it, I'm going to try it right now. -----Original Message----- From: Davide Vecchi Sent: Monday, July 21, 2014 11:42 To: 'Tapestry users' Subject: RE: FW: Customizing the grid to alter its own content In the example in my last post I'm handling a Node which is a Text: I'm creating a new Text node under the same parent and I'm setting the content of the new node. Now I would like to do the same for a Node which is an Element instead of a Text, but I can't seem to see a way to set the content of an Element node. F.ex. I have an Element which is <div>my text content</div> I create a new Element with same name and attributes, and the new element ends up being <div></div> but I don't know how to set the text content in it. Can it be done ? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org