you create a panel with both the label and the textfield. hide the textfield initially. attach an ajax onevent behavior to the label and in the event handler hide the label, show the textfield and update the panel via ajax. same thing for textfield, add an onblur behavior to it that hides the textfield, shows the labels, and redraws the panel.
-Igor
On 3/17/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:
I have been tryin to use wicket Ajax support to workout a Label that onDoubleClick, it will transform into a textfield so that onBlur, it will feed the edited value back to the model...any idea on how i can get this done or any anticipated support out-of-the-box for this kind of function? i think i will be greatthanks
-
