/secure/index.jas/?wicket:interface=:4:addform::IFormSubmitListener::

you gotta remember it is posted relative to what is currently in the
browser's address bar unless it starts with a /

-igor

On Thu, Aug 14, 2008 at 8:53 AM, miro <[EMAIL PROTECTED]> wrote:
>
> In my web.xml I mapped wicket servlet to any url with the  a pattern like
> /secure/index.jas/*.
> Any wicket page  I specify  for as <FORM wicket:id="addform" >
> the generated html for this is
>
> <FORM action="?wicket:interface=:4:addform::IFormSubmitListener::"
> enctype="multipart/form-data" method="post" id="addform12">
>
> now when I submit does  where is this request posted to ?
> --
> View this message in context: 
> http://www.nabble.com/how-does-posting-a-form-invokes-wicket-servlet-tp18984388p18984388.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]

Reply via email to