miro escreveu:
here is my codepublic 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: [email protected] For additional commands, e-mail: [email protected]
