Skip to content

Commit

Permalink
Fixed CrudView decode in showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Jun 28, 2024
1 parent d9cadc0 commit e7b039c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ private static FileContent readFileContent(String fileName, InputStream inputStr
}

private static void addBean(FacesContext facesContext, Set<FileContent> javaFiles, String group) throws Exception {
Object bean = null;
Object bean;
try {
bean = facesContext.getApplication()
.evaluateExpressionGet(facesContext, "#{" + group + "}", Object.class);
Expand Down

0 comments on commit e7b039c

Please sign in to comment.