You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Apache Wiki <wi...@apache.org> on 2006/05/11 12:56:20 UTC

[Tapestry Wiki] Update of "CustomTagsInShell" by AmonDuul

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification.

The following page has been changed by AmonDuul:
http://wiki.apache.org/tapestry/CustomTagsInShell

------------------------------------------------------------------------------
  </component>
  }}}
  
+ '''Or just do this, '''
+ 
+ {{{
+ <html jwcid="@Shell" title="ognl:title" stylesheet="asset:stylesheet" delegate="component:meta">
+     <span jwcid="@If" condition="false">
+         <span jwcid="meta@If" condition="true">
+             <meta http-equiv="Pragma" content="no-cache" />
+             <meta http-equiv="Cache-Control" content="no-cache" />
+             <meta http-equiv="Expires" content="Mon, 06 Jan 1990 00:00:01 GMT" />
+         </span>
+     </span>
+     ....
+ }}}
+ 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org