Copy a Textfield value with jquery

Copy a Textfield value with jquery

Hi, 
Plz how can I do the same TextField example that is in the following 
url: http://struts2-jquery.appspot.com/home.action# 
with struts2-jquery 2.0.0 



I have tested the folowing code to copy a value from textfield source to textfield destination: 

  1. Enter String: <sj:textfield onChangeTopics="textfieldUpdated" id="source" name="sourceString"/>
  2. Copy String: <sj:textfield reloadTopics="textfieldUpdated" src="texfieldDestination.action" elementIds="destination"/>
  3.  


but the attribute "src" and "elementIds" is undefined so the example 
doesn't work. what can i do plz? 

Best regards