On Tue, 14 Jun 2011 10:37:53 -0300, Muhammad Mohsen <m.gelb...@gmail.com> wrote:

Hi all,

Hi!

I learned some from the discussion here but I have an issue opposite to what Greg faced. When I remove the translate component parameter, I get
exceptions that the translate parameter could not be null !

    @Component(parameters = { "value=context.propertyValue",
"label=prop:context.label", "clientId=prop:context.propertyId",
"annotationProvider=context"/*, "translate=prop:gatewayTranslator"*/})
    private TextField gateway;

You should always provide a translator. TextField gets one automatically based on the edited property. What's your Translator implementation? Could you post the Gateway class?

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to