Hi Timo,

thanks for your reply.

What i try to do is avoid space for labels. Normally you display an editable
value by usage of label - textfield pair. I want to achieve that i only have
to display the textfield (NO label). The textfield should apply the label
part while displaying the label text if no value is assigned to the
textfield. If value is assigned that value should be displayed

The valueModel represents the path to the value. Its a PropertyModel backed
up by a POJO. The localeModel is simply an accessor for the locale to use
localizing the "label text" = default value of textfield. The resourceModel
represents the path to the localized "label text".

In Panel it looks:
"old way" 
            --------------------
myLabel |                           |
            --------------------
"my way" 
  --------------------
 | myLabel               |
  --------------------

I hope my explanations helped
Thanks
Per
-- 
View this message in context: 
http://www.nabble.com/Value-not-changing-after-submitting-a-form-tf4844099.html#a13872317
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to