> As far as I remember, we prevented formulas because it some times generate empty values and thus it is not clickable.
Ehm, even field may be empty and it leads to the same links you can not click on.
>Maybe we should be smarter and still generate a links for formulas that are summary values?
That would be nice.
>for 2-, what are you looking for exactly? Have you tried to use a customization bean on the server side?
What exactly is customization bean?
I am looking for anything, that will pass column information into rendered html. Let's say I have column with company name as value. I will tag this kind of columns (in all views in my application) by programmatic name "col_Company". If there was attribute of TR tag, let's say "columnid", containing this programatic name, I can run CSJS to format it properly (append link, apply class and so on.)