thank you.

I only have 7 onchange listeners and all these are Javascript actions. Except I 
only have the Submit button to submit all the changes.

Regards,

-----Original Message-----
From: Lance Java [mailto:lance.j...@googlemail.com]
Sent: Thursday, 9 May 2013 8:58 PM
To: Tapestry users
Subject: RE: Submit form is very slow in IE

Surely a tabgroup or a select pull down could filter the fields based on a 
category or some other grouping?

Failing that, I'd look at the javascript that is executing and the number of 
clientside objects being created. Do you attach hundreds of onchange listeners 
to hundreds of fields? Sometimes, you are better to create a single generic 
listener instance and attach it to every field instead of one per field.

If you are not an authorised recipient of this e-mail, please contact me at 
Redflex immediately by return phone call or by email. In this case, you should 
not read, print, retransmit, store or act in reliance on this e-mail or any 
attachments, and should destroy all copies of them. This e-mail and any 
attachments are confidential and may contain privileged information and/or 
copyright material of Redflex or third parties. You should only retransmit, 
distribute or commercialise the material if you are authorised to do so. This 
notice should not be removed.


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

Reply via email to