users@woodstock.java.net

Form submit asynchronous 4.3 build 06

From: jangelrp <jangelrp_at_hotmail.com>
Date: Thu, 31 Jul 2008 00:52:22 -0700 (PDT)

Hi im using woodstock 4.3 build 06 and JSFExtensions.

The first problem was that DynaFaces it wasnt defined so i include de
shale-remoting-1.1.0-swdp-b.jar and all is fine but now the problem is the
components render is a mess everything is out of place.

is this supported in this build or exist another way to sumbit the form
asynchronously???

My code is:
..
..
xmlns:jsfExt="http://java.sun.com/jsf/extensions/dynafaces"
..

<f:view>
<jsfExt:scripts/>
...
..

The script:
 
var domNode = document.getElementById(mybuttonid);
        DynaFaces.fireAjaxTransaction(
            (domNode) ? domNode : document.forms[0], {
            execute: 'mybuttonid,texfieldid1,textfield2,textfield3',
            render:
'texfieldid1_label,textfield2_label,textfield3_label,texfieldid1,textfield2,textfield3'
        });

Thanks!!!!!
-- 
View this message in context: http://www.nabble.com/Form-submit-asynchronous-4.3-build-06-tp18749533p18749533.html
Sent from the Project Woodstock - Users mailing list archive at Nabble.com.