Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-tapestry Wiki" for change notification.
The following page has been changed by AndreasAndreou: http://wiki.apache.org/jakarta-tapestry/CustomTagsInShell ------------------------------------------------------------------------------ } }}} + '''There's another solution that does NOT require the creation of a custom delegate class.''' + + {{{ + <span jwcid="$content$"> + <html jwcid="shell"> + <head jwcid="[EMAIL PROTECTED]"> + <meta name="copyright" content="YOUR_COPYRIGHT_NOTICE"/> + <meta name="author" content="YOUR_NAME"/> + <meta name="robots" content="Index,Follow"/> + ... + <link rel="SHORTCUT ICON" href="favicon.ico" /> + </head> + <body jwcid="@Body"> + ... + }}} + + and then in the page specification: + + + {{{ + <component id="shell" type="Shell"> + <binding name="delegate" + value="new org.apache.tapestry.components.BlockRenderer(components.remainingHead)"/> + </component> + }}} + --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
