users@woodstock.java.net

Re: MessageGroup + AJAX

From: Felipe Jaekel <fkjaekel_at_gmail.com>
Date: Thu, 3 Apr 2008 11:21:41 -0300

Thanks for the help, but I can't make AjaxZone work. When I click on the
button whitch action is associated with ajax zone, the form is submitted the
same way when there is no Ajax.

Here is my code:
<jsfExt:ajaxZone action="#{AjaxZone.button1_action}" id="ajaxZone1">
                            <h:panelGrid id="gridPanel1">
                                <webuijsf:textField
binding="#{AjaxZone.textField1}" id="textField1"/>
                                <webuijsf:button
actionExpression="#{AjaxZone.button1_action}" id="button1" text="Button"/>
                                <webuijsf:staticText
binding="#{AjaxZone.staticText1}" id="staticText1"/>
                            </h:panelGrid>
                        </jsfExt:ajaxZone>

Am I missing something?

Thanks,
Felipe

2008/4/3, Lking <lking4hlp_at_yahoo.com.br>:
>
> You could drag the MessageGroup to AjaxZone. I'm doing this way.
>
> On Tue, Apr 1, 2008 at 8:44 AM, Felipe Jaekel <fkjaekel_at_gmail.com> wrote:
>
> > Is there any way to use the MessageGroup component with AJAX?
> >
> > Thanks,
> > Felipe
> >
>
>