Hello list,
I'm changing a form from the usual <t:beaneditform object="myobject"/>
to a custom one using the tags:
<t:beaneditform object="myobject">
<t:parameter name="password">
<t:label for="password"/>
<t:passwordfield t:id="password" value="user.password"/>
</t:parameter>
<t:parameter name="date">
<t:label for="date"/>
<t:textfield t:id="date" value="myobject.date"/>
</t:parameter>
</t:beaneditorform>
When adding the date field I get the following error:
Caused by: org.apache.tapestry5.ioc.internal.util.TapestryException:
Parameter 'translate' of component admin/Usuaris:fe
chaalta is bound to null. This parameter is not allowed to be null. [at
context:admin/Usuaris.tml, line 163]
at
org.apache.tapestry5.internal.structure.InternalComponentResourcesImpl$1.read(InternalComponentResourcesImpl..java
I can´t find where to add the translate property and which values to use.
Any hints?
cheers,
genis
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org