sure, set the form's action to point to the bookmarkable page.
mount the bookmarkable page with querystringurlcodingstrat
give it a (PageParameters params) constructor
and you are good to go, you can pull out the submitted values out of params.

-igor

On 8/18/07, Chris Lintz <[EMAIL PROTECTED]> wrote:
>
>
> Hi all,
> I want to post to a Bookmarkable page from a static (non-Wicket page).  I
> am
> having a tough time figuring out exactly how this can be done.  For
> example,
> I simply want a static home page  to contain a basic form with the form
> action="/auth/login" .
>
> Is this possible with a Wicket page?  I can't find any examples for pure
> http posts to a wicket page/form.
>
> thanks
>
>
> chris
> --
> View this message in context:
> http://www.nabble.com/Can-I-HTTP-Post-from-static-html-page-to-a-Wicket-page--tf4289562.html#a12211582
> 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