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 AndyBlower: http://wiki.apache.org/tapestry/Tapestry5Layoutcomponent ------------------------------------------------------------------------------ * This component aims to provide layout service for a page * */ + @IncludeStylesheet("context:layout.css") public class Layout { @Parameter @@ -55, +56 @@ <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>${title}</title> - <link href="${request.contextPath}/layout.css" rel="stylesheet" type="text/css" /> </head> <body> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
