TheCoder4eu / BootsFaces-OSP

BootsFaces - Open Source Project
Apache License 2.0
247 stars 102 forks source link

Growl: passthrough attribute is rendered at script tag only #1172

Closed flange-ipb closed 1 week ago

flange-ipb commented 3 years ago

Hi folks,

I'm adding a passthrough attribute to a growl component:

<b:growl id="someId" pt:myattribute="some value"/>

with the PT namespace xmlns:pt="http://xmlns.jcp.org/jsf/passthrough".

The result is a bit unexpected: The JavaScript snippet becomes rendered with the PT attribute <script id="someId" myattribute="some value">, but the HTML this snippet renders does not have the attribute. I would expect that all rendered HTML tags get this attribute, like it's done for instance in b:inputText or b:message.

stephanrauh commented 1 week ago

I'm afraid development of BootsFaces has slowed down considerably. We'll never manage to address this issue. Let's close it.