This is about JSF 1.3. I have a requirement of collapsible/expandable datatable and I tried the solution using <rich:collapsibleSubTableToggler>
which I found in this site:
http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=subTableToggleControl&skin=blueSky
This is exactly as I wanted and it gives an error given below in run time
Error Rendering View[/pages/wxyz/xyzzz.xhtml
<rich:collapsibleSubTableToggler>
Tag Library supports namespace: http://richfaces.org/rich, but no tag was defined for name: collapsibleSubTableToggler
Can anybody suggest me a solution or an alternative?