>BookmarkablePageLink
>
>setResonsePage(class, params) should still work
>
>also if you have a bpl you can do something like
>target.appendjavascript("window.location='"+bpl.geturl()+"';");Ah! That's exactly what I was looking for. I already have a bpl available so I was trying to leverage the data I had already built up in that rather than construct a PageParameters with all the required parameters. > >-igor > > >On Fri, Oct 28, 2011 at 2:51 PM, Chris Colman ><[email protected]> wrote: >> Are BookmarkablePageLinks only for use with <a href=#> tags use or is it >> possible to catch an AJAX event and use the BookmarkablePageLink as the >> 'destination specifier' for the navigation or does navigation under AJAX >> always have to be via setReponsePage()? >> >> Chris >> > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [email protected] >For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
