You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Klaus Kopruch <kl...@materna.de> on 2009/10/09 11:00:16 UTC

T5: Disable JavaScript usage

Hello *

I've to create a WebApp which may use plain html only! Is it possible/does
it make sense to use Tapestry for that?

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?

Thanks for help
Klaus
-- 
View this message in context: http://www.nabble.com/T5%3A-Disable-JavaScript-usage-tp25817796p25817796.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: T5: Disable JavaScript usage

Posted by Klaus Kopruch <kl...@materna.de>.
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 infrastructure including
> scriptaculous, prototype, blackbird, etc.
> 
> Regards
> NIclas
> 
> 
> On 09.10.09 11:00, "Klaus Kopruch" <kl...@materna.de> wrote:
> 
> 
> 
> Hello *
> 
> I've to create a WebApp which may use plain html only! Is it possible/does
> it make sense to use Tapestry for that?
> 
> 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?
> 
> Thanks for help
> Klaus
> --
> View this message in context:
> http://www.nabble.com/T5%3A-Disable-JavaScript-usage-tp25817796p25817796.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 

-- 
View this message in context: http://www.nabble.com/T5%3A-Disable-JavaScript-usage-tp25817796p25819598.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Disable JavaScript usage

Posted by Klaus Kopruch <kl...@materna.de>.
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, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Disable JavaScript usage

Posted by Ni...@scoyo.com.
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 11:00, "Klaus Kopruch" <kl...@materna.de> wrote:



Hello *

I've to create a WebApp which may use plain html only! Is it possible/does
it make sense to use Tapestry for that?

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?

Thanks for help
Klaus
--
View this message in context: http://www.nabble.com/T5%3A-Disable-JavaScript-usage-tp25817796p25817796.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: T5: Disable JavaScript usage

Posted by Inge Solvoll <in...@gmail.com>.
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
<ch...@gmx.net>wrote:

> 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 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 use JavaScript, Tapestry does include a minimum of
>> JavaScript, but you don't have to use it.
>>
>> cheers,
>> Peter
>>
>>
>>
>> ----- Original Message -----
>> From: "Klaus Kopruch" <kl...@materna.de>
>> To: users@tapestry.apache.org
>> Sent: Friday, 9 October, 2009 12:00:16 GMT +02:00 Athens, Beirut,
>> Bucharest, Istanbul
>> Subject: T5: Disable JavaScript usage
>>
>>
>> Hello *
>>
>> I've to create a WebApp which may use plain html only! Is it possible/does
>> it make sense to use Tapestry for that?
>>
>> 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?
>>
>> Thanks for help
>> Klaus
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

Re: T5: Disable JavaScript usage

Posted by Christian Riedel <ch...@gmx.net>.
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 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 use JavaScript, Tapestry does include a minimum of JavaScript, but you don't have to use it.
>
> cheers,
> Peter
>
>
>
> ----- Original Message -----
> From: "Klaus Kopruch" <kl...@materna.de>
> To: users@tapestry.apache.org
> Sent: Friday, 9 October, 2009 12:00:16 GMT +02:00 Athens, Beirut, Bucharest, Istanbul
> Subject: T5: Disable JavaScript usage
>
>
> Hello *
>
> I've to create a WebApp which may use plain html only! Is it possible/does
> it make sense to use Tapestry for that?
>
> 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?
>
> Thanks for help
> Klaus
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: T5: Disable JavaScript usage

Posted by Peter Stavrinides <P....@albourne.com>.
> 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 use JavaScript, Tapestry does include a minimum of JavaScript, but you don't have to use it.

cheers,
Peter



----- Original Message -----
From: "Klaus Kopruch" <kl...@materna.de>
To: users@tapestry.apache.org
Sent: Friday, 9 October, 2009 12:00:16 GMT +02:00 Athens, Beirut, Bucharest, Istanbul
Subject: T5: Disable JavaScript usage


Hello *

I've to create a WebApp which may use plain html only! Is it possible/does
it make sense to use Tapestry for that?

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?

Thanks for help
Klaus
-- 
View this message in context: http://www.nabble.com/T5%3A-Disable-JavaScript-usage-tp25817796p25817796.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org