Re: Make Tapestry add an id to the tag of the grid

Mon, 21 Sep 2015 14:33:29 -0700

On Mon, 21 Sep 2015 11:36:52 -0300, Davide Vecchi <d...@amc.dk> wrote:

<t:grid
        ....
        t:id="grid1"
        id="grid1"
        ....

 but I get

org.apache.tapestry5.ioc.util.UnknownValueException: Class [my page class] does not contain a property (or public field) named 'grid1'.

Full stack trace please. This is very weird. Until there, try id="literal:grid1".

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.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