You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Josh Penza <jo...@gmail.com> on 2007/09/22 12:18:36 UTC

get label from page.properties error

 Is it possible to get the for in a label component from the
page.propertiesfile, like this:
<td> <t:label for="message:title-label"/>:</td>

<t:textfield t:id="message:title-label" value="product.title" />

Because I get the following Exception:

Failure reading parameter for of component product/View:label

Could not find a coercion from type java.lang.String to type
org.apache.tapestry.Field.

The product object is located in the tapestry.data package