Results 1 to 3 of 3

Thread: form models

  1. #1
    Join Date
    Aug 2004
    Posts
    9

    Default form models

    How use form models to create a form without a base bean.
    I want make a dialog to ask for paramaters to do an process, no to edit a bean.

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    If your process is a command object, why not just bind to it directly? So the fields on the dialog's form can be attached to properties of the command object. Then on dialog finish, invoke command.execute() (or whatever.)

    What other structure would you want to bind the dialog fields to?

  3. #3
    Join Date
    Aug 2004
    Posts
    9

    Default

    OK.

    I recibe a array of property editors to show.
    I will use it as an indexed property

    THANKS!!

Similar Threads

  1. Replies: 3
    Last Post: Jun 8th, 2010, 03:27 AM
  2. Replies: 6
    Last Post: Sep 22nd, 2006, 09:08 AM
  3. Replies: 9
    Last Post: May 4th, 2006, 09:53 AM
  4. Replies: 2
    Last Post: Sep 4th, 2005, 06:41 AM
  5. Replies: 0
    Last Post: Jun 10th, 2005, 08:22 AM

Posting Permissions

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