Re: [Tacos-devel] Page design concept question
I would add AjaxDirectLinks in Table A, that call your listener and include updateComponents="ognl:{'highlighter'}" Then, I would have a highlightItem(""); Ofc
[Tacos-devel] Page design concept question
I have a page where I will have two tables containing rows of data, side by side. What I would like to do is click a row in table A and have it highlight certain rows in table B. Clicking a different row in table A would then highlight a different set of rows in table B. I would like the cli