You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Filip Balas <fb...@IMVProjects.com> on 2004/12/22 01:42:13 UTC

Copy-of in html?

Hello all,

Is there a way to do the equivalent of
the following in the html file:

<component id="someID" copy-of="someOtherComponentID">

What I want to achieve is similar to

<component id="foo" type="Insert">
  <static-binding name="value" value="Hello World"/>
</component>

   SAME AS

<span jwcid="@Insert" value="Hello World"/>


Can you do the 'copy-of' straight in HTML?

Cheers,
Filip