Thanks!
I'll use Tapestry ...
--
View this message in context:
http://www.nabble.com/T5%3A-Disable-JavaScript-usage-tp25817796p25819605.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe,
Hallo Niclas,
thank you for this hint. I'll try!
Regards
Klaus
Niclas.Meier wrote:
>
> Hello Klaus,
>
> If you want prevent Tapestry to include the Default JS and CSS files you
> may override the ClientInfrastructure service. This service defines all
> the assets needed to Tapestry 5 client
Hello Klaus,
If you want prevent Tapestry to include the Default JS and CSS files you may
override the ClientInfrastructure service. This service defines all the assets
needed to Tapestry 5 client infrastructure including scriptaculous, prototype,
blackbird, etc.
Regards
NIclas
On 09.10.09 1
I think you just have to turn off client validation to remove javascript
from forms too.
I don't think Tapestry includes any javascript at all unless a component
requires it.
On Fri, Oct 9, 2009 at 11:36 AM, Christian Riedel
wrote:
> i saw tapestry even include no javascript at all on pages with
i saw tapestry even include no javascript at all on pages without
tapestry-form-components. just give it a try ;)
Peter Stavrinides schrieb:
I've to create a WebApp which may use plain html only! Is it possible/does
it make sense to use Tapestry for that?
Yes of course,
I would like
> I've to create a WebApp which may use plain html only! Is it possible/does
> it make sense to use Tapestry for that?
Yes of course,
> I would like to use Tapestry for that app because i made some good
> experience with it, but is Tapestry able to avoid JavaScript at all?
You are not forced to u
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 templ
Angelo Chen wrote:
>
> Good you pointed out, It works now with 5.0.6.
>
Hey, that's good - I checked that and it seems to work.
But then I looked at how and it seems that Tapestry still generate the
validation script: