You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Ray Shi <ra...@gmail.com> on 2006/11/15 07:03:57 UTC

[Jelly] Cloning Jelly Script objects in Java code

Hi there,

Just wondering if there is any helper method that is capable of cloning a
Script (or more specifically the StaticTagScript) object. If not,would it be
useful to add such support for the Script interface?

In my situation, I have a custom Jelly tag that needs to replicate an
existing table row element in a table. And the table row can have Jelly tags
as well.

Thanks in advance
Ray