Thanks Martin..

Could you provide a sample code if possible or any reference for calling the
html instead of wicket Form

Is it like the following statement has to be replaced from HomePage.java to
HomePage.html
 "throw new RestartResponseException(UserDetailPage.class, pp);" --> <form
action="/user/details" method="POST">

Actually, the class "UserForm extends Form" and it has the code for setting
and retrieving the data in model object.  In this class only, we have
written the code for OnSubmit() functionality for modify button.

We have HomePage.java / HomePage.html and UserDetailPage.java /
UserDetailPage.html

Please let me know if there is any sample code.

Thanks
Senthil

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/POST-request-shows-the-parameters-in-the-URL-of-result-page-tp4675323p4675340.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to