Results 1 to 3 of 3

Thread: Exposing business method as button on page

  1. #1
    Join Date
    Sep 2004
    Posts
    4

    Default Exposing business method as button on page

    Is it possible to call a business method on an entity bean when the user press a button? Kind of like what you can do with a managed bean in JSF. It could also be an action on the list-view.

  2. #2
    Join Date
    Aug 2004
    Location
    Sydney, Australia
    Posts
    2,768

    Default

    This is not currently supported by Roo. You're welcome to log an enhancement request if you like at https://jira.springsource.org/browse/ROO so we can consider this for the future. In the meantime you're able to easily add a manually-written handle method to any Roo-generated scaffold controller (or write a fresh controller that doesn't use scaffolding, as can be easily kicked-off using the "controller class" command).
    Ben Alex
    Project Founder, Spring UAA, Spring Roo and Spring Security

  3. #3
    Join Date
    Sep 2004
    Posts
    4

    Default

    I've created a new enchancement request: https://jira.springsource.org/browse/ROO-458

Posting Permissions

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