check this out. It's a wonderful module that shows you how to extract page
names and activation context, create link objects and return them. You can
also use CallbackBean  from tapestry instead of the provided bean to store
the page information. I teacked it so it would work as navigation history,
which wasn't hard.
http://www.equanda.org/equanda-t5navigation/breadcrumbs.html
http://www.equanda.org/equanda-t5navigation/breadcrumbs.html . The hardest
part was catching the requests. didn't manage that yet but a quick solution
is to have a function called in @SetupRender phase, registering the page and
activation context ( from passivate function), and when retrieving the list
of navigation beans, i'd show all but the last (page shown).

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Question-about-navigation-with-controllers-tp4620643p4622007.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