That's a lekker idea Dylan,
It does open up another can of worms though, I want the user to be able to use the breadcrumb to navigate through the site. So each item in the trail needs to be hyperlinked. That's what's nice about the datatable, you can bind your datatable to a HtmlDataTable in your bean, and figure out which element was acted on / clicked.
It's odd that "the
jsf okes" think about this kind of problem with the select boxes, but not with the lists. In the select boxes / items, you can specify that they are either pagedirection or linedirection. So they will either render going down, or going across. Why note give the option for your lists as well. I spose it does get complicated when your list contains complex data types that have more than 1 element, ie more than 1 column to display in the table..., how would that then display if you were rendering your table across as opposed to downwards.
Anyway, I'll try it out Dylan, and if I get something "elegant" working I'll post it here, otherwise, if there is a non hack way of doing, any help would be appreciated.
thanks
cheers
Darryl