bohmber commented on code in PR #5438:
URL: https://github.com/apache/myfaces-tobago/pull/5438#discussion_r1760995081


##########
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:
   DataAttributes or just Attributes in FacesMessage?



-- 
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]

Reply via email to