Hi,
 
Your inputName component in Home.jwc should use the property-path "name", not "Name". ie. it should be like this:

<component id="inputName" type="TextField">
  <binding name="value" property-path="name"/>
</component>

In general, a get/set method combo like getAbcDef/setAbcDef results in a property name of "abcDef".

But to get this all to work you will also have to pass the 'name' from the Home page to the Values page.  There are a number of ways to do this - see this list's archives for more info (in particular, look for "FAQ").  Your bindings used by your insertName component on the Values page will need to be changed accordingly...

Richard

Reply via email to