Steve Shucker wrote: > I need everything in one form > because the checkbox states should be persisted even when the popup > dialog is submitted. [...] > My options as I see them: [...] > - use a separate form with an async submit for the popup (may work, > but then I'd have to return some javascript to submit the main page > and redirect)
Why not use a separate form, and mark the properties used by your forms with the @Persist annotation (either client or session)? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]