Hi guys!

Since, I'm in the process of learning, I hope someone can explain the problem that I faced now.

1.Department Head will choose approval status either "Approved" or "Rejected" and send the form to Director . I use Bean Shell to populate select box.
2.Director will look up to that form(read-only).
The problem is why approval status does not appear at read-only subform field which I think it is important for Director to know the approval status.

Thanks.

  • No labels

2 Comments

  1. Hi Sarah,

    There isn't enough information here to help you troubleshoot. You would probably want to provide more details, especially if there are error messages in the Tomcat console or logs.

    If you haven't, you might want to try out the sample and reference apps at marketplace.joget.org . These apps should have working examples of what you're trying to achieve.

    Hope this helps!

    1. Hi Julian,

      There is no error on Tomcat console or logs. In the Department Head approval, Department Head need to choose either "Approved" or "Rejected". Let say Department Head choose Approved. Then, Department Head approval pass to Director in read-only. Why in read-only, the value "Approved" does not appear? I just want to know why.