Compare JSP Vs Wicket
Please send me all your suggestions.
including the below question
In jsp, I can pass the values using query string
for eg. <form action="actionJSP.jsp?userName=edi&password=edi">
using request.getParameter("userName"); I can get the userName.
using request.getParameter("password"); I can get the password.
In wicket, how can we do that?
And send all notes regarding "Compare JSP Vs Wicket"
Thanking You.