how to retrieve value from cq widget of type textfield?
Hi all,
I have defined a simple dialog with two text boxes and one button.The action i am looking here is when i clicked on the button value entered in first text field needs to be filled in second text
field automatically.I have tried to get the value in the handler method of the button using getValue() of text field.Can some one help how to get the reference of first text field and it's entered
value.Attached sample code as well.
Thanks In Advance.
-Kishore