huh...it worked afterall...nice

 final AjaxSubmitButton ajx = new AjaxSubmitButton("asubmit",f) {
            protected void onSubmit(AjaxRequestTarget target, Form form) {

                setVisible(false);
                target.addComponent(this);

            }
        };
        ajx.setOutputMarkupId(true);

On 5/16/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:
I am tryin to setVisible(false) to an AjaxSubmitButton as soon as the request is over using the same AjaxRequestTarget from the AjaxSubmitButton onSubmit call but it dint work. how du i do this? it worked for other form components except the AjaxSubmitButton


Reply via email to