« Return to Thread: Compare JSP Vs Wicket

Compare JSP Vs Wicket

by Edi :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

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.

 « Return to Thread: Compare JSP Vs Wicket