You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2018/03/06 10:45:00 UTC

[jira] [Created] (TOBAGO-1870) The file attribute of tc:style is not rendered after a submit.

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)