Aaaah...Just saw in the copy that was sent directly to me that you
indeed had the displaybreadcrumb inside the <li>.

Could you place a breakpoint in the dispatch-method in the
BreadCrumbDispatcher and see if the crumbs are actually added to the
list?

Regards,
Joakim


On Fri, Jul 8, 2011 at 5:35 PM, Joakim Olsson <joa...@unbound.se> wrote:
> Hi,
>
> First, tapestry-breadcrumbs is written for Tapestry 5.2.5 so I would
> recommend you to upgrade (5.3.0 seems to be around the corner as
> well).
>
> It also seems to be missing something that actually does anything with
> the BreadCrumbInfo in the template. Currently you are only looping
> over any crumbs you have.
>
> Regards,
> Joakim
>
>
> On Fri, Jul 8, 2011 at 5:08 PM, Luana <luanacastril...@gmail.com> wrote:
>> 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
>>
>>
>

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

Reply via email to