Thanks Jesse... I need to use my CustomHead so ScriptIncludes is not possible.

I went with your former suggestion and still not getting the includes to happen. Could you elaborate on the file path specs? Not sure how to do that.

Here are my details. thanks

I added this to my CustomHead.JAVA

                        IRender ajaxDelegate = getAjaxDelegate();
                        if (ajaxDelegate != null)
                                ajaxDelegate.render(writer, cycle);

and Customhead.jwc

<!DOCTYPE component-specification PUBLIC "-//Apache Software Foundation//Tapestry Specification 4.0//EN" "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd";>
<component-specification class="org.trails.demo.components.CustomHead"
                                                 allow-body="yes"
                                                 
allow-informal-parameters="yes">

        <component id="customhead" inherit-informal-parameters="no" 
type="Shell">
                <inherited-binding name="stylesheet" 
parameter-name="stylesheet"/>
                <inherited-binding name="title" parameter-name="title"/>

                <inherited-binding name="ajaxDelegate" 
parameter-name="ajaxDelegate"/>
<!-- <inherited-binding name="coreAjaxDelegate" parameter-name="coreAjaxDelegate"/> -->

<!-- <inherited-binding name="defaultDojoSource" parameter-name="defaultDojoSource"/> --> <!-- <inherited-binding name="defaultDojoPath" parameter-name="defaultDojoPath"/> --> <!-- <inherited-binding name="defaultTapestrySource" parameter-name="defaultTapestrySource"/> --> <!-- <inherited-binding name="defaultTapestryPath" parameter-name="defaultTapestryPath"/> -->
        </component>

Here is the markup output:
<!-- Application: trails -->
<!-- Page: Home -->
<!-- Generated: Fri Jul 20 10:01:02 EDT 2007 -->
<html doctype="" renderContentType="false">
<head>
<meta name="generator" content="Tapestry Application Framework, version 4.1.2" />
<title>Best WEB Application on the planet!</title>
<link rel="stylesheet" type="text/css" title="don't select" href="/styles/tapestryskin/theme.css" />

<base href="http://localhost:8080/"; /><!--[if IE]></base><![endif]-->
</head>

<body id="Body">

Best regards
Ken in nashua

_________________________________________________________________
Local listings, incredible imagery, and driving directions - all in one place! http://maps.live.com/?wip=69&FORM=MGAC01


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

Reply via email to