users@woodstock.java.net

Re: updating a dropdown on page1 from page2.

From: Animesh Sahay <animesh.sahay_at_gmail.com>
Date: Mon, 19 May 2008 11:06:54 +0530

Try using
window.parent.getElementById(drop down id from page 1).refresh();

-Animesh

On 5/18/08, Oddvard Myrnes <oddvardm_at_doremitechno.com> wrote:
> Hi,
>
> I have a dropdown bound to a CachedRowSetXImpl object on page1. I have a
> popup page (page2 launced from page1) that manipulate the same data. When I
> close page2 I whould like to update the dropdown component on page1 without
> refreshing the whole page. Any hints, examples..?
>
> Oddvard
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_woodstock.dev.java.net
> For additional commands, e-mail: users-help_at_woodstock.dev.java.net
>
>