[opencms-dev] formgenerator

Achim Westermann Achim.Westermann at gmx.de
Wed May 12 17:50:03 CEST 2010


Hi Tony, 

you need java 1.6 for this. Perhaps this should be changed to CmsStringUtil.isEmptyOrWhitespaceOnly(param...

HTH, 

Achim


-------- Original-Nachricht --------
> Datum: Wed, 12 May 2010 17:18:48 +0200
> Von: tony fauzzi <tony.fauzzi at gmail.com>
> An: opencms-dev at opencms.org
> Betreff: [opencms-dev] formgenerator

> Dear MailingList,
> I'm trying to build (with eclipse) a last version of formgenerator
> classes.Code at line line1717 of CmsForm.java is:
>  if (parameterValues[0].isEmpty()) {
>                             // the file upload field is empty, so take the
> hidden field value
>                             value.append(parameterValues[1]);
>                         }
> The compiler return an error:
> 
> " The method isEmpty() is undefined for the type String "
> 
> Can you help me?
> 
> Thanks a lot!



More information about the opencms-dev mailing list