override the form's action value in its oncomponenttag callback with a url to a bookmarkable page. but then you have to parse all posted values yourself.
if you dont care about the url you can use a statelessform instead and probably avoid a bunch of headache. -igor On Sat, Apr 26, 2008 at 6:36 AM, Doug Donohoe <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm like to submit a form using bookmarkable page style, so that > > a) the form can always be submitted, regardless if the session is expired or > not (think of a Google search submission e.g., > http://www.google.com/search?q=wicket) > > b) the form remembers PageParameters that were there when the page was > generated (think of google advanced search where you change the number of > items per page and that is remembered in subsequent searches e.g., > http://www.google.com/search?q=wicket&num=30) > > How do I tell the form to submit using bookmarkable format (using the > assigned URL encoding strategy)? > > Thanks, > > -Doug > -- > View this message in context: > http://www.nabble.com/submit-form-to-bookmarkable-page-tp16912974p16912974.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > 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]
