To resolve the bug BEEHIVE-1066 I was thinking of prefixing the offending local variables in the ControlBean.vm velocity template as follows:
__bc_<var_name> Does anyone on the list have any thoughts about making this the standard naming pattern for local variables in the control's velocity templates? It would make the generated code more difficult to read but should eliminate the possibility of some variant of this bug occurring in the future. - Chad
