Maybe try something like:

<span jwcid="@Shell" delegate="ognl:metaWriter" .....


public IRender getMetaWriter()
{
   return new IRender()
   {
         public void render(.....)
         {
              write meta tag using the markup writer
         }
   }
}

Br,
Norbi

----- Original Message ----- From: "Leo Sakhvoruk" <[EMAIL PROTECTED]>
To: "Tapestry users" <tapestry-user@jakarta.apache.org>
Sent: Thursday, June 23, 2005 10:35 PM
Subject: Shell delegate property issue.


Hi everyone,

I must be doing something wrong here. I need to add a meta tag to be output on the pages that use the Shell component. Well I created a class that implements the IRender iterface (the render method). Inside the method I just do writer.beginEmpty("meta") to start the tag and then add elements to it. Then I bound that class as a delegate of the Shell component. The delegate's render method never seems to get invoked.

What am I doing wrong?

Thanks.

Leo

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





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


Reply via email to