Results 1 to 2 of 2

Thread: best way to provide entities with action buttons

  1. #1
    Join Date
    May 2012
    Posts
    3

    Question best way to provide entities with action buttons

    Hello,
    I want to make entities that have several business-operation-buttons: for instance : an approve-button and a reject-button. In most cases these are simply updating and saving the entity-data with some particular side-effect depending on the button clicked.

    I understand that in the Roo file structure, the update jspx file does not contain a list of buttons. The save button is on in a separate place, in the file update.tagx.

    So I am looking for advice how to best to accomplish this.

    I might rephrase this as: how to provide entities with a series of action-butons?

    Thanks,
    Marc

  2. #2
    Join Date
    Mar 2007
    Posts
    561

    Default

    You have to change the jspx file and add the corresponding methods to your Controllers, Services/Entities/DAOs...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •