Subversion Repository Public Repository

litesoft

Diff Revisions 2 vs 49 for /trunk/Java/GWT/OldClient/src/org/litesoft/GWT/forms/client/nonpublic/RenderedFormHandlerImpl.java

Diff revisions: vs.
  @@ -1,3 +1,4 @@
1 + // This Source Code is in the Public Domain per: http://litesoft.org/License.txt
1 2 package org.litesoft.GWT.forms.client.nonpublic;
2 3
3 4 import org.litesoft.GWT.client.*;
  @@ -375,7 +376,7 @@
375 376 massUpdateComplete();
376 377 }
377 378 }
378 -
379 +
379 380 FormPopupMessage[] popups = pFormData.getPopups();
380 381 if( popups != null ) {
381 382 for( int i = 0; i < popups.length; i ++ ) {