Hi All, I noticed that Seam has some rudimentary support for breadcrumbs, as outlined in the following section of the documentation:
http://docs.jboss.com/seam/latest/reference/en/html/conversations.html#d0e3244 This is fine for nested-conversations, but does not solve the more common case of displaying the sequence of pages traveled by the user within the SAME conversation (defined using a pageflow, for example). Is there any support built-in to get the list of pages traveled within the conversation? If not, any suggestions on how to achieve this? Probably a servlet filter that keeps track of navigation but handling the back button might be a pain... Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972614#3972614 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3972614 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
