Description
To create DHTML features using CSS, it is sometimes necessary to dynamically render the CSS available to the page. In particular you need to do this when assigning a unique id to a CSS property.
As such, a Tapestry component that renders DHTML functionality and needs to set unique IDs, should be able to write css style information to the HEAD element.
Most browsers (AFAIK) will work with putting <style> elements within the body, but valid html4 should have these elements in HEAD.
This issue, is similar to that in TAPESTRY-199 but goes further.
See also: news://news.gmane.org:119/a037b5420581e29e53dfddf0976636b7@ehatchersolutions.com