boolean ok = filterPanel.populate( getParameterProviders(), defaultValues );
if ( !ok ) {
String msg = Messages.getInstance().getString( "FilterPanelComponent.ERROR_0001_POPULATE" ); //$NON-NLS-1$
FilterPanelComponent.log.error( msg );
throw new UIException( msg );
}
String actionUrl = urlFactory.getActionUrlBuilder().getUrl();
Document xForm = filterPanel.getXForm( actionUrl );