Hello everyone,

Im using the 4.0.1 sourceforge distribution of tacos.

I'm wrapping an AjaxForm inside a Dialog component, an AjaxDirectLink shows to show the dialog and a the dialog hides itself after the submit...
something like this:

At the Class:
public void pintaPopup() {
        Dialog dialogo = (Dialog)getComponent("DialogContent");
        dialogo.show();
       
    }

    public void borraPopup() {
        Dialog dialogo = (Dialog)getComponent("DialogContent");
        dialogo.hide();
    }

The first time I show() and hide() de dialog there is no problem, but in the second the submit on the AjaxForm reloads the whole page...maybe de response is broken...
 
It seems there is many people having the same problem with this component, but the "LiveDemo" is working fine.
I'm doing exactly as is done in the war distribution and it isn't working...  Does anybody knows a turnarround?

I'm kind of desperate, thanks in advance for helping

Miguel
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to