[opencms-dev] formgenerator
hopf at synyx.de
hopf at synyx.de
Wed May 12 17:22:47 CEST 2010
Hi,
> 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 "
>
If I remember correctly his method was introduced in Java 6 so you should
try to build with this version.
Regards
Florian
More information about the opencms-dev
mailing list