FormMaster icon indicating copy to clipboard operation
FormMaster copied to clipboard

isValidForm always return true

Open pblinux opened this issue 8 years ago • 2 comments

Hi! First thanks for this project, is very very usefull.

I have a question, why isValidFrom method from FormBuildHelper always return true?

Thanks.

pblinux avatar Jun 23 '17 18:06 pblinux

Hi @adib2149 @pblinux ! I faced that issue too. Checked the source code and found that the issue is with the isValidForm() method in FormBuildHelper.java . The value is not null and logs 0 when i checked it's length. So it remains true all the time.

RationalRank avatar Jun 24 '17 11:06 RationalRank

Thanks, will fix this issue in the next release v1.0.3.

riddhimanadib avatar Jun 25 '17 06:06 riddhimanadib