Subversion Repository Public Repository

litesoft

Diff Revisions 150 vs 151 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/forms/client/FormBinder.java

Diff revisions: vs.
  @@ -280,8 +280,8 @@
280 280 AttributeMetaData zAMD = pAttribute.getMetaData();
281 281 String[] zOptions = Options.get( zAMD );
282 282 FormSuggestBox zSuggestBox = new FormSuggestBox( adjustLabel( pAttribute, pLabel, pViewOnly ), null, mTooltipMap.get( pAttribute.getName() ), //
283 - positiveOverride( pDisplayWidthOveride, DisplayLength.get( zAMD ) ), //
284 - positiveOnly( MaxLength.get( zAMD ) ), zOptions );
283 + positiveOverride( pDisplayWidthOveride, DisplayLength.get( zAMD ) ), //
284 + positiveOnly( MaxLength.get( zAMD ) ), zOptions );
285 285 // todo ? Case Management?
286 286 return add( pAttribute, pViewOnly, zSuggestBox );
287 287 }