You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by 9902468 <vi...@cerion.fi> on 2007/11/16 10:19:06 UTC

T4.1.3 without ajax

Hi,

I've used tapestry with ajax and it works well, but the current project is
not using ajax, or anything related to javascript. What is the right way to
do this? After disabling ajax etc. from shell, I still see that dojo
javascripts are included in the head, AND dojo still registers forms etc,
although it is not used.

Have I misconfigured something, is this expected behaviour, or is it a bug
in Tapestry?

This is the shell and body that we're using:
<div jwcid="@Shell" disableCaching="true" disableTapestryMeta="true"
title="test">
	<body jwcid="@Body">

 - 99

Ps. Right way to do this is not to use @Shell and @Body, but then the
functionality of components are not guaranteed if I understood the docs
right? Trial and error then, eh?
-- 
View this message in context: http://www.nabble.com/T4.1.3-without-ajax-tf4820033.html#a13789765
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: T4.1.3 without ajax

Posted by 9902468 <vi...@cerion.fi>.
Any info when 4.1.4 will be out? (Educated guesses?)

 - 99


Andreas Andreou wrote:
> 
> add ajaxDelegate="ognl:null" to the Shell component...
> 
> I believe that it is still possible that Tapestry adds a dojo import
> script
> in some cases (related to the @Form component) but you can't get away
> from this... unless you can go with 4.1.4.-SNAPSHOT that has some
> improvements on that area
> 
> 
> On Nov 16, 2007 11:19 AM, 9902468 <vi...@cerion.fi> wrote:
>>
>> Hi,
>>
>> I've used tapestry with ajax and it works well, but the current project
>> is
>> not using ajax, or anything related to javascript. What is the right way
>> to
>> do this? After disabling ajax etc. from shell, I still see that dojo
>> javascripts are included in the head, AND dojo still registers forms etc,
>> although it is not used.
>>
>> Have I misconfigured something, is this expected behaviour, or is it a
>> bug
>> in Tapestry?
>>
>> This is the shell and body that we're using:
>> <div jwcid="@Shell" disableCaching="true" disableTapestryMeta="true"
>> title="test">
>>         <body jwcid="@Body">
>>
>>  - 99
>>
>> Ps. Right way to do this is not to use @Shell and @Body, but then the
>> functionality of components are not guaranteed if I understood the docs
>> right? Trial and error then, eh?
>> --
>> View this message in context:
>> http://www.nabble.com/T4.1.3-without-ajax-tf4820033.html#a13789765
>> 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
>>
>>
> 
> 
> 
> -- 
> Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
> Tapestry / Tacos developer
> Open Source / JEE Consulting
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/T4.1.3-without-ajax-tf4820033.html#a13852346
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: T4.1.3 without ajax

Posted by Andreas Andreou <an...@gmail.com>.
add ajaxDelegate="ognl:null" to the Shell component...

I believe that it is still possible that Tapestry adds a dojo import script
in some cases (related to the @Form component) but you can't get away
from this... unless you can go with 4.1.4.-SNAPSHOT that has some
improvements on that area


On Nov 16, 2007 11:19 AM, 9902468 <vi...@cerion.fi> wrote:
>
> Hi,
>
> I've used tapestry with ajax and it works well, but the current project is
> not using ajax, or anything related to javascript. What is the right way to
> do this? After disabling ajax etc. from shell, I still see that dojo
> javascripts are included in the head, AND dojo still registers forms etc,
> although it is not used.
>
> Have I misconfigured something, is this expected behaviour, or is it a bug
> in Tapestry?
>
> This is the shell and body that we're using:
> <div jwcid="@Shell" disableCaching="true" disableTapestryMeta="true"
> title="test">
>         <body jwcid="@Body">
>
>  - 99
>
> Ps. Right way to do this is not to use @Shell and @Body, but then the
> functionality of components are not guaranteed if I understood the docs
> right? Trial and error then, eh?
> --
> View this message in context: http://www.nabble.com/T4.1.3-without-ajax-tf4820033.html#a13789765
> 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
>
>



-- 
Andreas Andreou - andyhot@apache.org - http://blog.andyhot.gr
Tapestry / Tacos developer
Open Source / JEE Consulting

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