> 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
