Is this method an action handler in your page class? Then return the Page
which you'd like to reload.

2008/10/8 mike <[EMAIL PROTECTED]>

> in my action listener. how to i use cycle to get current browser url ? i
> need
> this url so that i can reload the same page again
>
> ex. url :
>
> http://localhost:8080/TestApp/app?service=page&page=Listing&itemId=abcdef&code=abc
>
>  public void reloadThisPage(IRequestCycle cycle) {
>
>   //need to get browser url with parameters  so that i can reload the same
> page
>
> }
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to