TatuLund/devday-demo-flow

PrefixSuffixUtil and MonthlyExpense.getStatus() not found

DeluxeViper opened this issue · 1 comments

Quite a few errors found in GridView.java with PrefixSuffixUtil and .getStatus() not found.

Specifically, while running 'mvn jetty:run' I receive 7 errors relating to these two issues where "Java: cannot find symbol".

Perhaps you've accidentally removed the PrefixSuffixUtil class as well as the .getStatus() method in your MonthlyExpense object?

devday-demo-error

Thanks for your feedback, I had forgotten those in my last commit, added them now.

I added the prefix thing also to our cook book as well:

https://cookbook.vaadin.com/prefix-util