I am using this prefix /secure/index.jas/ to mount my pages .
mountBookmarkablePage("/secure/index.jas/create",foo.class);
mountBookmarkablePage("/secure/index.jas/view",foo1.class);
both of these classes have form.
so the html i am using <form wicket:id="movementAuthorizerForm"> and this
is the generated html
<form
action="../../?wicket:interface=:3:movementAuthorizerPanel:movementAuthorizerForm::IFormSubmitListener::"
method="post" id="movementAuthorizerForm6">
so when I click the submit button the url in browser get replaced with
http://localhost/pcr/?wicket:interface=:3:movementAuthorizerPanel:movementAuthorizerForm::IFormSubmitListener::
not clear why this is happening ?It works fine If I mapped my pages just
with "create" or "view".
--
View this message in context:
http://www.nabble.com/%3Cform-wicket%3Aid%3D%22movementAuthorizerForm%22%3E--getting-replaced-by----%3Cform-action%3D%22..-..--wicket%3Ainterface%3D%3A3%3A.......-tp18988229p18988229.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]