On 6/23/07, Edi <[EMAIL PROTECTED]> wrote:


Hello,

I have one wicket page. It contains two text boxes (I have mentioned
wicket:id).
If I create text box in wicket page, wicket:id should be mentioned in Java
file also. Right?

In this wicket page, I have created 2 html text box also. But here no need
to mention text name to java file. Correct?

How can I submit and get normal html text box values in wicket page?

Please explain.

Thanking You

Regards,
Edi


if you roll your own form that have components not linked to wicket, on the
next request simply do getrequest().getparameter("name") where name is the
name of the formcomponent in your static html.

-igor
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to