Re: Dynamically Writing Raw to Grid Cells

2012-09-18 Thread llama-king
Hi Lance and trsvax, Thanks for your respective answers. I'm using the got5 tapestry5-jquery DataTable component (datables.net). I had a little difficulty writing a mixin higher up the chain so for now (due to time constriants) I've resorted to writing a mixin that interacts with the DataTables jQ

Re: Dynamically Writing Raw to Grid Cells

2012-09-10 Thread trsvax
should have been cell text -- View this message in context: http://tapestry.1045711.n5.nabble.com/Dynamically-Writing-Raw-to-Grid-Cells-tp5716164p5716169.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Dynamically Writing Raw to Grid Cells

2012-09-10 Thread trsvax
I think you could create a "raw" datatype. Then in your bean @Datatype("raw") private String rawData; Then create a property display 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 acce

Re: Dynamically Writing Raw to Grid Cells

2012-09-10 Thread Lance Java
You could always attach a custom mixin to the DataTable which decorates the DOM. http://tapestry.apache.org/component-mixins.html -- View this message in context: http://tapestry.1045711.n5.nabble.com/Dynamically-Writing-Raw-to-Grid-Cells-tp5716164p5716167.html Sent from the Tapestry - User mai