My solution being... <table> ${someThingSpecial} <td> </td> ${someThingEvenMoreSpecial} </table>
or actually... with twisted logic omitted <table> <t:OutputRaw value="${startRow}"/> <td> </td> <t:OutputRaw value="${endTableRow}"/> </table>
My solution being... <table> ${someThingSpecial} <td> </td> ${someThingEvenMoreSpecial} </table>
or actually... with twisted logic omitted <table> <t:OutputRaw value="${startRow}"/> <td> </td> <t:OutputRaw value="${endTableRow}"/> </table>