Does Tapestry 5 still use the following type of script file or has this
changed?  I couldn't tell from browsing through the Url you gave.

<!DOCTYPE script PUBLIC
  "-//Apache Software Foundation//Tapestry Script Specification 3.0//EN"
  "http://jakarta.apache.org/tapestry/dtd/Script_3_0.dtd";>

<script>
    <input-symbol key="inputFieldID" class="java.lang.String"
required="yes"/>

<let key="inputFieldPath">
    document.getElementById("${inputFieldID}")
</let>
<body>

<unique>
<![CDATA[
function updateInputField()
{
    var inputField = ${inputFieldPath};

.
.
.

-----Original Message-----
From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] 
Sent: Thursday, November 06, 2008 1:14 PM
To: Tapestry users
Subject: Re: Dynamic JavaScript


http://tapestry.formos.com/nightly/tapestry5/guide/ajax.html

On Thu, Nov 6, 2008 at 11:36 AM, Todd Miller
<[EMAIL PROTECTED]> wrote:
>
> I am currently involved in porting a Tapestry 4 project to Tapestry 5.
> I came across some html with the following:
>
> <span jwcid="@Script" script="MultiLanguageTextField.script"
>          inputFieldID="languageTextField"
>          hiddenFieldID="encodedValues"
>          languageSelectID="languageSelect"/>
>
> I've been told that this is for dynamic JavaScript.  I haven't been
able
> to find documentation for how this is done in Tapestry 5.  Could
someone
> point me to a good Url that explains this.
>
> Thank you.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

---------------------------------------------------------------------
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