Henning Noeth created TOBAGO-1870:
-------------------------------------
Summary: The file attribute of tc:style is not rendered after a
submit.
Key: TOBAGO-1870
URL: https://issues.apache.org/jira/browse/TOBAGO-1870
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 4.1.0
Reporter: Henning Noeth
An example could be found in the v4.1.0 demo:
[http://localhost:8080/content/40-test/6000-event/event.xhtml|http://localhost:8080/content/40-test/6000-event/event.xhtml]
After clicking on an event in the sheet, the link to "demo.css" file is not
rendered inside the <head> tag.
Expected:
{code:xml}<head>
...
<link rel="stylesheet" href="/style/demo.css" type="text/css">
...
</head>{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)