Re: [T5] How to remove tapestry.js file include?

2008-09-08 Thread Howard Lewis Ship
That isn't the purpose of that code; Tapestry is using that stuff to
track user focus as the user moves from field to field. It need to
know which field to validate, which to show validation popup for,
which to popup to fade.

On Mon, Sep 8, 2008 at 7:24 AM, luna_guo <[EMAIL PROTECTED]> wrote:
>
> Howard
>
> I have a page renders a form with hundreds of buttons( type="button"……>).
> in tapestry.js file,line 82 . (tapestry5.0.14) It binds a focus event
> handler on each "INPUT", "SELECT",  "TEXTAREA"  element.It runs so slowly in
> IE.
> Why no just bind event handler on the fields needed to validate?
>
> /luna
>
>
>
>
> Howard Lewis Ship wrote:
>>
>> It's only included if you need it.  Try turning off client-side
>> validation (it's a parameter of the Form component).
>>
>> On Sat, Sep 6, 2008 at 12:19 AM, luna_guo <[EMAIL PROTECTED]> wrote:
>>>
>>> t5 5.0.14
>>> I find that the tapestry.js file make my page works so slowly in IE.
>>> Is there any way to make it faster or remove including of tapestry.js
>>> file?
>>>
>>>
>>> Thanks .
>>> /luna
>>> --
>>> View this message in context:
>>> http://www.nabble.com/-T5--How-to-remove-tapestry.js-file-include--tp19343756p19343756.html
>>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>>
>>
>> --
>> Howard M. Lewis Ship
>>
>> Creator Apache Tapestry and Apache HiveMind
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/Re%3A--T5--How-to-remove-tapestry.js-file-include--tp19347704p19373142.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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



Re: [T5] How to remove tapestry.js file include?

2008-09-08 Thread luna_guo

Howard

I have a page renders a form with hundreds of buttons().
in tapestry.js file,line 82 . (tapestry5.0.14) It binds a focus event
handler on each "INPUT", "SELECT",  "TEXTAREA"  element.It runs so slowly in
IE.
Why no just bind event handler on the fields needed to validate?

/luna




Howard Lewis Ship wrote:
> 
> It's only included if you need it.  Try turning off client-side
> validation (it's a parameter of the Form component).
> 
> On Sat, Sep 6, 2008 at 12:19 AM, luna_guo <[EMAIL PROTECTED]> wrote:
>>
>> t5 5.0.14
>> I find that the tapestry.js file make my page works so slowly in IE.
>> Is there any way to make it faster or remove including of tapestry.js
>> file?
>>
>>
>> Thanks .
>> /luna
>> --
>> View this message in context:
>> http://www.nabble.com/-T5--How-to-remove-tapestry.js-file-include--tp19343756p19343756.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> 
> 
> -- 
> Howard M. Lewis Ship
> 
> Creator Apache Tapestry and Apache HiveMind
> 
> -----
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Re%3A--T5--How-to-remove-tapestry.js-file-include--tp19347704p19373142.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Re: [T5] How to remove tapestry.js file include?

2008-09-06 Thread Howard Lewis Ship
It's only included if you need it.  Try turning off client-side
validation (it's a parameter of the Form component).

On Sat, Sep 6, 2008 at 12:19 AM, luna_guo <[EMAIL PROTECTED]> wrote:
>
> t5 5.0.14
> I find that the tapestry.js file make my page works so slowly in IE.
> Is there any way to make it faster or remove including of tapestry.js file?
>
>
> Thanks .
> /luna
> --
> View this message in context: 
> http://www.nabble.com/-T5--How-to-remove-tapestry.js-file-include--tp19343756p19343756.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
Howard M. Lewis Ship

Creator Apache Tapestry and Apache HiveMind

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



[T5] How to remove tapestry.js file include?

2008-09-06 Thread luna_guo

t5 5.0.14
I find that the tapestry.js file make my page works so slowly in IE.
Is there any way to make it faster or remove including of tapestry.js file?


Thanks .
/luna
-- 
View this message in context: 
http://www.nabble.com/-T5--How-to-remove-tapestry.js-file-include--tp19343756p19343756.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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



Re: File include

2006-10-12 Thread Jesse Kuhnert

Sure thing, I've gmail "starred" your response so I remember it. :)

On 10/12/06, Nick Westgate <[EMAIL PROTECTED]> wrote:


Good answer, but the replies usually follow these patterns:

"No, I really need to include arbitrary components."
-> Then use RenderBlock:
http://tapestry.apache.org/tapestry4.1/components/RenderBlock.html

"No, I really need to be able to add new components at runtime."
-> Then try DynamicBlock:
http://www.behindthesite.com/blog/C1931765677/E1630021481/

"No, I really need to include arbitrary text/files."
-> Then try Include, which is for T3. Maybe you can update it to T4:

http://www.tapestrycomponents.org/Tassel/app?service=external/ViewComponent&sp=SInclude

This is one for the FAQ. ;-)

Cheers,
Nick.


James Carman wrote:
> Write a custom component.  Then, use the component in your page.
>
>> Hi,
>> how can I do a file include in tapestry, something like jsp.include in
>> jsp?
>>
>> thanky you
>>
>>
>>
>> __
>> LLama Gratis a cualquier PC del Mundo.
>> Llamadas a fijos y móviles desde 1 céntimo por minuto.
>> http://es.voice.yahoo.com
>>
>> -
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>
>
> James Carman, President
> Carman Consulting, Inc.
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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





--
Jesse Kuhnert
Tapestry/Dojo/(and a dash of TestNG), team member/developer

Open source based consulting work centered around
dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com


Re: File include

2006-10-12 Thread Nick Westgate

Good answer, but the replies usually follow these patterns:

"No, I really need to include arbitrary components."
-> Then use RenderBlock:
http://tapestry.apache.org/tapestry4.1/components/RenderBlock.html

"No, I really need to be able to add new components at runtime."
-> Then try DynamicBlock:
http://www.behindthesite.com/blog/C1931765677/E1630021481/

"No, I really need to include arbitrary text/files."
-> Then try Include, which is for T3. Maybe you can update it to T4:
http://www.tapestrycomponents.org/Tassel/app?service=external/ViewComponent&sp=SInclude

This is one for the FAQ. ;-)

Cheers,
Nick.


James Carman wrote:

Write a custom component.  Then, use the component in your page.


Hi,
how can I do a file include in tapestry, something like jsp.include in
jsp?

thanky you



__
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com

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




James Carman, President
Carman Consulting, Inc.


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




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



Re: File include

2006-10-12 Thread James Carman
Write a custom component.  Then, use the component in your page.

> Hi,
> how can I do a file include in tapestry, something like jsp.include in
> jsp?
>
> thanky you
>
>
>
> __
> LLama Gratis a cualquier PC del Mundo.
> Llamadas a fijos y móviles desde 1 céntimo por minuto.
> http://es.voice.yahoo.com
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


James Carman, President
Carman Consulting, Inc.


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



File include

2006-10-12 Thread pipothebit
Hi,
how can I do a file include in tapestry, something like jsp.include in
jsp?

thanky you



__ 
LLama Gratis a cualquier PC del Mundo. 
Llamadas a fijos y móviles desde 1 céntimo por minuto. 
http://es.voice.yahoo.com

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