You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Edi <ed...@yahoo.com> on 2007/08/09 12:30:42 UTC

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.


-- 
View this message in context: http://www.nabble.com/Compare-JSP-Vs-Wicket--tf4241848.html#a12070060
Sent from the Wicket - User mailing list archive at Nabble.com.


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


Re: Compare JSP Vs Wicket?

Posted by Eelco Hillenius <ee...@gmail.com>.
> 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?

Look at the examples, read the WIKI, buy a book... I'm sure you can
figure it out. Probably in less than an hour.

Eelco

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