Thanks for the reply andy. Should I be posting to tapestry-users insted? 
Since I see most of tacos is being rolled up into tapestry 4.1 I assume 
people there will be knowledgeable in it. This is, after all, a developer 
list...

[EMAIL PROTECTED] wrote on 22/11/2006 15:00:13:

> -) i'd try your suggestion about removing the node completely from the
> dom. Something like:
> myDialogNode.parentNode.removeChild(myDialogNode)

Where would I do this? If I use an onclick handler, it'll be done before 
the XmlHttpRequest so I would think (haven't tried) that it'll have issues 
marshalling the form data for the request if the form itself is already 
removed from the DOM tree :)

It's also intriguing to me that the first request works at all; if you 
notice the code I posted, the initial dialog is wrapped in an If component 
that makes it empty because an item isn't selected for editing. When you 
click the "Edit" AjaxDirectLink, the dialog is updated with content from 
the item you selected and shown.

My question is, if this works, why don't the subsequent requests work?

---

This e-mail may contain confidential and/or privileged information. If you 
are not the intended recipient (or have received this e-mail in error) 
please notify the sender immediately and destroy this e-mail. Any 
unauthorized copying, disclosure or distribution of the material in this 
e-mail is strictly forbidden.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Tacos-devel mailing list
Tacos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to