Hi Christian,

I created a simple project and put a simple form there, got the same result
as yours, don't know why. so I copied my complicated form over and reduce it
to the following, it removes those javascripts, I can't tell why as I
already erased the first simple form:( please try this template, see if it
produce the same output as mine, kind of mystery here:(

here is the template:

<html xmlns:t="http://tapestry.apache.org/schema/tapestry_5_0_0.xsd";>
<head>
    <title>hilo Start Page</title>
</head>
<body>
<h1>my form</h1>
    <t:form t:id="comment_form" t:clientValidation="false">
        <input t:type="textfield" t:id="name" />
        <input t:type="submit" name="Submit" t:id="Submit" value="Submit"/>
    </t:form>

</body>
</html>

here is the rendered page:
<html>
<head><link href="/assets/tapestry/default.css" rel="stylesheet"
type="text/css">
    <title>hilo Start Page</title>
</head>
<body>
<h1>my form</h1>
    <form action="/myform.comment_form" id="comment_form" method="post"
name="comment_form"><div class="t-invisible"><input name="t:formdata"
type="hidden"
value="H4sIAAAAAAAAAFvzloG1nJeB27fSLb8o1yovMTe1uIjBKr8oXS+xIDE5I1WvJLEgtbikqFIvOb8oNSczSS8psThVzzEJKJaYXOKWmZqTohKcWlJa4Jhckpmfpxp6mPuh6PE/TAyMPgw88ak5qbmpeSV+QHNLGIR8shLLEvVzEvPS9YNLijLz0q0rCkoYWEC2YjrCjURHBBTlJ6cWFweXJuVmFhcDnQJx0OF1KSZp3+adY2JgqCgo52fghdpSDFJXUlzIUMfAUMLABtZWgiEPkmYFADYHBGIlAQAA"></div>
        <input id="name" name="name" type="text" value="">
/assets/tapestry/field-error-marker.png 
        <input id="Submit" name="Submit" type="submit" value="Submit">
/assets/tapestry/field-error-marker.png 
    </form>

</body>
</html>






Angelo Chen wrote:
> 
> Good you pointed out, It works now with 5.0.6. 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-disable-javascript-tf4749556.html#a13610740
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to