Yes, use javascript to reach that functionality. For instance, you can add
an AjaxFormComponentUpdatingBehavior for the onchange event of your
DropDownChoice. At the onUpdate method implementation, you can append the
needed javascript to open your new window.

On Thu, Jul 29, 2010 at 4:58 PM, Stefan Lindner <[email protected]> wrote:

> Is it possible to have a DropDownChoice that responds to a new window
> when selected? What I mean is
>
>        new DropDownChoice<T>(...) {
>                protected void onSelectionChanged(Integer newSelection)
> {
>                        // Send response to a new open window as if
> clicket to a Link with PopupSettings
>                }
>        }
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
Pedro Henrique Oliveira dos Santos

Reply via email to