AW: Click CommandButton from BackingBean

2010-05-21 Thread Leis, Matthias - SID-NLKM
0 16:38 An: MyFaces Discussion Betreff: AW: Click CommandButton from BackingBean Hello Matthias, why don't you just submit the form normally to your webserver and let the webserver post to the web service? - This would probably be a lot more clean - architecture wise. Mit freundlichen G

AW: Click CommandButton from BackingBean

2010-05-20 Thread Eisenträger , Tobias
warze Sitz und Registergericht: Düsseldorf, HRB 1371 USt-ID-Nr.: DE 119 355 995 > -Ursprüngliche Nachricht- > Von: Leis, Matthias - SID-NLKM [mailto:matthias.l...@sid.sachsen.de] > Gesendet: Donnerstag, 20. Mai 2010 15:59 > An: MyFaces Discussion > Betreff: AW: Click CommandBut

AW: Click CommandButton from BackingBean

2010-05-20 Thread Leis, Matthias - SID-NLKM
My Use Case: I have a html-form to make a post request to some webservice by clicking the submit-button. My Problem: I am using a t:panelTabbedPane. I have to use a plain html-form, because the value of the action-attribute is the URL of the webservice (and as far as I know there is no way to d

AW: Click CommandButton from BackingBean

2010-05-20 Thread Leis, Matthias - SID-NLKM
Thanks, it works! :) Another problem arises... It doesn't work inside a t:panelTabbedPane. By the way, this problem was the reason for the hidden button. The visible button was should be inside the t:panelTabbedPane, which then clicks the hidden button outside the t:panelTabbedPane. Argh Staa

AW: Click CommandButton from BackingBean

2010-05-20 Thread Leis, Matthias - SID-NLKM
Vinod, thank you for your post. I'm not sure, if I completely understood you, but I tried the following. The visible button has now an actionListener. In this actionListener I do hidden.queueEvent(e); Where "hidden" is the hidden CommandButton (the one I want to click programmatically) and "e" i