miro escreveu:
here is my code

                public void onClick(AjaxRequestTarget target) {
                        if(assignProgramsDTO.getGrantsAssigned().size()==0){
                                getPage().error("Please assing grants");
                                return;
                        }
                        
getStgAuditProcessService().startProcess(assignProgramsDTO);
                        setResponsePage(HomePage.class);
                        setRedirect(true);
                }
Add the feedbackpanel to target.


Adriano


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to