On 11/17/05, Preston CRAWFORD <[EMAIL PROTECTED]> wrote:
> the UI requirement is that the user perform the
> search and then (as transparent as possible to them) have the page
> refresh the portions of the display that say what medical provider is
> currently selected.

Ajax?

> Basically we want a popup that performs a search, updates some data on
> the page and in the form on the page, without actually doing the final
> submit and save.

You can submit HTML form to server, store temporary data in the
session (for example, as a nested property of session-scoped
ActionForm) and then commit session data to the database only if
needed. If not needed, session data is discarded and database knows
nothing about it.

> Hopefully someone gets the question and can help.

I guess I did not :)

Michael.

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

Reply via email to