From: "Chris Cranford" <[EMAIL PROTECTED]>
Newsgroups: mailing.list:.jakarta.struts
Subject: Forms and Actions
Message-ID: <[EMAIL PROTECTED]>
Date: Sat, 4 Jan 2003 20:03:57 -0500
Lines: 32
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
Organization: TKD Software, Inc.
X-NNTP-Server: WcNNTPServer v5.6.450.6

I have a jsp where I want to do something like the following:

  Item #: [                        ]
          [GO]

 -> once this submits, the following appears if there are
    multiple Inventory Orgs.

  Item #  CUSTOMERS_ITEM_NUMBER_HERE
          ITEM_DESCRIPTION_HERE
  UOM     Each
  Inv Org [                        ]
          [GO]

 -> once this submits (or in the case where 1 Inv Org Exists)
    the following exists:

  Item #  CUSTOMER_ITEM_NUMBER_HERE
          ITEM_DESCRIPTION_HERE
  UOM     Each
  Inv Org FL_102394_ZA_QPS

  [ display menu items here]

I was curious what others would do in this situation?  Would you use just
one action based class but define multiple actions in the struts-config file
which use the same class?

Thanks
cc




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to