This is an automated email from the ASF dual-hosted git repository.
derjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git
The following commit(s) were added to refs/heads/master by this push:
new 89b2aae2 EMPIREDB-422
89b2aae2 is described below
commit 89b2aae24c083504634b0a08da72b479ee34f895
Author: Jan Glaubitz <[email protected]>
AuthorDate: Tue Apr 23 13:38:01 2024 +0200
EMPIREDB-422
- fix cache problem
---
.../src/main/java/org/apache/empire/jsf2/utils/TagEncodingHelper.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/utils/TagEncodingHelper.java
b/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/utils/TagEncodingHelper.java
index 89b338b3..daa520bd 100644
---
a/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/utils/TagEncodingHelper.java
+++
b/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/utils/TagEncodingHelper.java
@@ -480,6 +480,8 @@ public class TagEncodingHelper implements NamingContainer
}
// check record
checkRecord();
+ // Reset cache
+ reset();
}
/**