I think you could create a "raw" datatype. Then in your bean

@Datatype("raw")
private String rawData;

Then create a property display block

  <t:block id="raw">
    <t:outputRaw value="context.propertyValue" />
  </t:block>

but it seems like what you really want is

CellText

If that's the case I'd add a mixin to GridGell and write out the span tag.
GridCell has access to the model.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Dynamically-Writing-Raw-to-Grid-Cells-tp5716164p5716168.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

Reply via email to