t:dataList allows you to interate through a set of values like
dataTable.   You're free to output (or not output) anything you like
with each value.


On 4/26/06, Alexey Maksimov <[EMAIL PROTECTED]> wrote:
> Hello
>
> I need to generate something like this:
>
> <script>
> var s;
> s = '<table>';
> s += '<tr><td>some \"string\"</td></tr>';
> ....
> s += '</table';
> </script>
>
> Well, I can write my own custom 'script' tag.
>
> Is there any simple and correct way to generate that code with
> standard dataTable tag? Like supplying custom ResponseWriter or
> something like that?
>
> Something like:
> <m:my tag generating "s+='" prefix and "';" suffix>
>         <t:dataTable>...</t:dataTable>
> </m:my tag ..>
>
> Or adding additional functionality to dataTable tag?
> The questing is how to supply my own ResponseWriter to standard
> components?
>
> Best regards, Alexey.
>

Reply via email to