In Firebug, xhr.responseXML is null. Is there something explicitly I need to do in order to populate it?
On Nov 11, 3:09 pm, Mike Alsup <[EMAIL PROTECTED]> wrote: > > <form id="iiForm" name="iiForm" method="post" action="/dev/ii.faces" > > enctype="application/x-www-form-urlencoded"> > > <input id="iiForm:iiDude" name="iiForm:iiDude" type="text" value="Show > > Me The Money" /> > > > Here I want to get the value of iiForm:iiDude. > > Why not use responseXML since you're returning an XML doc? Maybe > something like: > > $('#iiForm\:iiDude', xhr.responseXML).attr('value');