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]

Reply via email to