What I would do is having an AvailableItems web resource with two
states: "no items" (default) and "items found". For "no items" it
would render a search page, for "items found" it would render items
list.

Michael.

On 6/9/06, Albert L. Sapp <[EMAIL PROTECTED]> wrote:
Scott,

I think your approach, if I understand it right, should be fine.  In our
application, we start with a query page that allows entry of data for a
query or has a link to create a new object.  If they enter query
information we go to a query action which generates a results jsp or
returns them to the query jsp if no matchs are found.  On the results
page on each line displaying a item, we have 3 links that either show
them the details for the item, allow them to update the item or delete
the item.  Links are displayed based on the role that the user might have.

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

Reply via email to