Creating new page version every time...

-Matej

On Mon, Mar 17, 2008 at 7:17 PM, Gerolf Seitz <[EMAIL PROTECTED]> wrote:
> the following works for me:
>
>  // in your callback method
>  PageParameters params = new PageParameters();
>  params.put("page", getPageNumber());
>  setResponsePage(MyPage.class, params);
>  setRedirect(true);
>
>  where MyPage.class would typically be the same page the component is on.
>  to make it more "generic", you could use getPage().getClass().
>
>   Gerolf
>
>
>
>  On Mon, Mar 17, 2008 at 7:07 PM, Dan Kaplan <[EMAIL PROTECTED]> wrote:
>
>  > Hello,
>  >
>  >
>  >
>  > Is it possible to have pretty dataview urls when someone clicks on
>  > different
>  > pages of the navigator?  Right now it says stuff like ::interface.7.1 or
>  > something.  I'd prefer it to say something like /home?page=7
>  >
>  >
>



-- 
Resizable and reorderable grid components.
http://www.inmethod.com

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

Reply via email to