Hi,
I'm not really sure, but it seems like you just need the Model class
not the PropertyModel.
Put a TextField with Model into form and when the Button is clicked
get the model object and add it to your list.
On 21/10/05, Chantal Ackermann <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> thanks for t
If the textfield has nothing to do with your form or the info you want
to store in the database, you can just add it in the HTML, add whatever
_javascript_ you need to add to it, and not tie it to Wicket. Not
everything in the HTML needs to be tied to Wicket.
--AndrewOn 10/21/05, Chantal Ackerman