Hi all!
I'm testing the tapestry-breadcrumbs but for the moment it doesn't work.

I have a Layout class where I put the member breadCrumbInfo like the
following code:

        @Property
        private BreadCrumbInfo breadCrumb;


And in the Layout.tml I put the navigator like this:

        <ul>
                <li t:type="crumb/breadcrumbtrail" t:value="breadCrumb">
                         
                </li>
        </ul>

To try on, I added the @BreadCrumb in only three classes(pages).
The navigator is empty, and when I debug the pages, the BreadCrumbInfo
member (in the Layout page) is null.
Do you have any idea ?
I hope somebody can help me.
Thanks.

Versions:

        tapestry-breadcrumbs --> 1.4
        tapestry --> 5.1.0.5


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Trying-to-use-tapestry-breadcrumbs-tp4565082p4565082.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to