UIData.setVar() not working on backing bean
Hi,
I'm having a problem trying to make setVar() work on my web app. The web app has to create a dynamic nested datatable from a resultset, so the number of columns and/or nested tables are unknown until runtime.
I've searched around the forums as well and i've found only one reference to the sme problem. The thing is, i can't use the workaround placing the var attribute on the jsp since i have to be able to create datatables from the backing bean only. If there a jsf implementation where setVar works? I'm currently using 1.2_04.
Thanks. =)

