cadimmek commented on code in PR #5438:
URL: https://github.com/apache/myfaces-tobago/pull/5438#discussion_r1761624753
##########
tobago-core/src/main/java/org/apache/myfaces/tobago/application/TobagoFacesMessage.java:
##########
@@ -0,0 +1,18 @@
+package org.apache.myfaces.tobago.application;
+
+import java.util.HashMap;
+import java.util.Map;
+
+public class TobagoFacesMessage extends LabelValueExpressionFacesMessage {
+
+ private final Map<Object, Object> dataAttributes = new HashMap<>();
+
+ public Map<Object, Object> getDataAttributes() {
Review Comment:
I would stick with DataAttributes. After all, only data-xxx attributes are
rendered. Otherwise you should also render other attributes
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]