Skip to content

Commit

Permalink
Merge pull request #1371 from lprimak/fix-shiro-faces-1
Browse files Browse the repository at this point in the history
[SHIRO-491] fix rendering of principal tag in panelGroup
  • Loading branch information
lprimak committed Mar 18, 2024
2 parents 898e249 + 1d11e8c commit 669dc9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ protected Subject getSubject() {
}

@Override
public void encodeAll(FacesContext ctx) throws IOException {
public void encodeEnd(FacesContext ctx) throws IOException {
verifyAttributes();
doEncodeAll(ctx);
}
Expand Down

0 comments on commit 669dc9e

Please sign in to comment.