If you create a form that looks like:

  <form
 
action="?wicket:bookmarkablePage=%3Acom.donohoedigital.poker.pages.Leaderboard"
  method="get"
  >

When the form is posted, the stuff after the ? in the action is ignored.  It
is replaced with the form values (hidden or otherwise).

-Doug


Martijn Dashorst wrote:
> 
> On 4/30/08, Doug Donohoe <[EMAIL PROTECTED]> wrote:
>>  Setting the action to the page URL doesn't quite work with default
>> wicket
>>  URLs since they pass information in the query string and browsers ignore
>>  anything after the '?' in a GET action.
> 
> Huh? Query string encoding is how browsers submit forms using GET.
> Wicket works just fine with that. You can retrieve the parameters
> using the PageParameters page constructor (mount the page using a
> QueryStringUrlCodingStrategy)
> 
> Martijn
> 
> -- 
> Buy Wicket in Action: http://manning.com/dashorst
> Apache Wicket 1.3.3 is released
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.3
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/submit-form-to-bookmarkable-page-tp16912974p16985299.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]

Reply via email to