because you can't escape the ':' symbol in IE CSS. So you run into
trouble with CSS, and potentially make things harder in javascript too.
Volker Weber wrote:
Hi John,
yes, thats correct. And i still can't see any good reason to need it.
What is the problem having fully-qualified ids in generated html?
You have still full controll over the generated ids by assigning a id to
each namingContainer component tag.
Tobago tags with UIComponents implementing NamingContainer are:
sheet, form, page, popup, tree and treeListbox.
IMHO using forceId will introduce more problems than it solves.
Regards,
Volker
John wrote:
Is this correct - has some other method been chosen to ensure that ids
are not fully-qualified in the generated HTML?
John