I am using Tapestry 4.0.2 and Tacos 4.0.1

On a page, I have 2 forms
* the first is on a component and is not ajaxy in any way
* the second is on the page and is an ajax form

In the component (which is not an ajax form) there is a property selection
which causes the form to refresh using the onchange method of the property
selection:
onchange="javascript:this.form.events.refresh();

When the ajax form IS NOT on the page, this form refresh works perfectly.
However, when I add the ajax form to the page and click on the property
selection drop down, then I get the error "this.form.events has no
properties".

Can anyone tell me why it is working in this way and how I can get the
refresh to work again?

Many thanks,
Rachel

-- 
View this message in context: 
http://www.nabble.com/Tacos-this.form.event-has-no-properties-tf4096646.html#a11648612
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to