I'd use different wicket ids for your form & textfield than "form" and
"textfield" to highlight the fact that they're just strings.

<form wicket:id="yourForm">
<textarea rows="4" cols="20" wicket:id="someTextarea">

On 7/13/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote:
> Hi
>
> I've been written this little tutorial :
> http://zedros.developpez.com/tutoriels/java/wicket/
>
> If I don't say too much stupidity, I plan to translate it to french
> and then publish it on Wicket 1.3 release (having updated the links to
> the various resources).
>
> I would much appreciate a quick feedback on it. I may have done some
> newbie errors, so don't hesitate to tell me !
>
> Thanks in advance
> Joseph
>
> -------------------------------------------------------------------------
> 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
>


-- 
Scott Swank
reformed mathematician

-------------------------------------------------------------------------
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