A tip: note that you don't need the element attribute for components
that default it to templateTag (check the .jwc file). DRY ;-)

So just
<span jwcid="@Any" id="ognl:componentId"/>
is fine.

Cheers,
Nick.


Mike Snare wrote:
Right.  You have to use jwcid otherwise it's not a tapestry component.
Keep using jwcid, but also use plain old id.  For an implicit
component, it would look something like this:

<span jwcid="@Any" id="ognl:componentId" element="span" />

-Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to