yafrack
yafrack

Reputation: 664

Openbravo: Add a field to a window

I am trying to add a field following the HowTo in the documentation with no errors in the process.

The problem comes when I think I am done, I visit Multiphase Project page and it does not load and shows this error:

Error occured: freemarker.template.TemplateModelException: get(tabView) failed on instance of org.openbravo.client.application.window.StandardWindowComponent

enter image description here

I have tried to repeat the HowTo but I couldn't find where I might be getting it wrong.

Upvotes: 0

Views: 1205

Answers (1)

Krishna
Krishna

Reputation: 5644

  1. In the "Reports and Processes" window, where you created the process check whether "Manual.." is checked.. if not then check it.
  2. run "ant smartbuild -Dtr=no"

Do not forget to comment whether this works or does not work...

Upvotes: 0

Related Questions