Skip to content

Commit

Permalink
add back UIParameter which slipped through
Browse files Browse the repository at this point in the history
  • Loading branch information
BalusC committed Dec 23, 2024
1 parent e8c8f32 commit a6564e7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import jakarta.faces.component.UIOutcomeTarget;
import jakarta.faces.component.UIOutput;
import jakarta.faces.component.UIPanel;
import jakarta.faces.component.UIParameter;
import jakarta.faces.component.UISelectBoolean;
import jakarta.faces.component.UISelectItem;
import jakarta.faces.component.UISelectItemGroup;
Expand Down Expand Up @@ -235,6 +236,7 @@ private void populateComponents(Document doc, String namespace, Element rootElem
{ UIPanel.COMPONENT_TYPE, UIPanel.class.getName() },
{ UIViewParameter.COMPONENT_TYPE, UIViewParameter.class.getName() },
{ UIViewAction.COMPONENT_TYPE, UIViewAction.class.getName() },
{ UIParameter.COMPONENT_TYPE, UIParameter.class.getName() },
{ UISelectBoolean.COMPONENT_TYPE, UISelectBoolean.class.getName() },
{ UISelectItem.COMPONENT_TYPE, UISelectItem.class.getName() },
{ UISelectItems.COMPONENT_TYPE, UISelectItems.class.getName() },
Expand Down

0 comments on commit a6564e7

Please sign in to comment.