found a workaround on this, surround the <body> with <div>

<div>
<body>
</body>
</div>

T5 will not include javascript in the rendered page, but not sure if this
works with 5.06.


Angelo Chen wrote:
> 
> Hi,
> 
> Is there a way to disable or exclude those default javascripts(that's
> around 200k in size)? I notice if there is form in a page T5 will include
> some javascript files. I disable the browser's javascript and the page
> still works with those validations done in the server, that means we don't
> really need javascript for the form, right?
> 
> The reason I will disable the javascript is, when you load a page using
> jQuery/Thickbox, if the page has form with javascript, it will fail,
> Firebug reports 6 errors on those js files, I have to use pure html form
> now for that so I can't use the onValidate event in the server side for
> validation, any idea? Thanks,
> 
> A.C.
> 

-- 
View this message in context: 
http://www.nabble.com/T5%3A-disable-javascript-tf4749556.html#a13581860
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