Yes, for sure! :-)

Actually, I have not solved my problem. BookmarkablePageLink is for
rendering a link, which is not useful for me.

I still need to know what to do for my "Go" button, which is the way the
page gets "refreshed" with the search term...

Until now, I just used:

 setResponsePage( Class cls, PageParameters parameters )

Which leads me back to my question below...


Any ideas?

Thanks!




On Thu, 2007-06-21 at 19:19 -0700, Eelco Hillenius wrote:
> And combine that with URL mounting and you're king :)
> 
> Eelco
> 
> On 6/21/07, David Leangen <[EMAIL PROTECTED]> wrote:
> >
> > Duh...
> >
> > Looks like BookmarkablePageLink is what I need...
> >
> > Sorry that I missed that. Guess it was just too obvious! :-(
> >
> >
> >
> > On Fri, 2007-06-22 at 09:41 +0900, David Leangen wrote:
> > > Hello!
> > >
> > > Apologies if this is a basic question. I'm just beginning to investigate
> > > page-related issues...
> > >
> > >
> > > I want my pages to be fully bookmarkable in the sense that each (or
> > > some) of the page parameters should appear in the URL GET-style.
> > >
> > > For instance, I have a typical search page "search" with a search bar.
> > > When the user clicks the "go" button, the page is refreshed and the
> > > search term is used as a parameter.
> > >
> > > What I would like is to have the term show up in the URL. So, the first
> > > time the user visits the page, the URL would be "/search", while each
> > > subsequent visit, assuming a search term was used, would be something
> > > like "/search?t=term".
> > >
> > > Until now, I've just let Wicket take care of all the parameters in the
> > > background for me. In other words, IIRC, Wicket uses POST for this.
> > >
> > > To achieve the above, do I need to append this to the URL myself and use
> > > an external GET-style link? In other words, can I just ask Wicket to use
> > > GET? Or is there some other nifty way of using a link (back to the same
> > > page in my case) while at the same time having this show up as part of
> > > the bookmarkable URL GET-style?
> > >
> > >
> > > Thanks!
> > > Dave
> > >
> > >
> > >
> > > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by DB2 Express
> > > Download DB2 Express C - the FREE version of DB2 express and take
> > > control of your XML. No limits. Just data. Click to get it now.
> > > http://sourceforge.net/powerbar/db2/
> > > _______________________________________________
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to