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
>
>

Reply via email to