Skip to content

Commit

Permalink
Replace gf.redirect to gf.navigate where it needs to be replaced
Browse files Browse the repository at this point in the history
Signed-off-by: kaido207 <kaido.hiroki@fujitsu.com>
  • Loading branch information
kaido207 committed Sep 26, 2023
1 parent 10886a7 commit f94dad1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@
getUIComponent(clientId="#{pageSession.textId}", component=>$attribute{textIdComp});
getUIComponentProperty(component="$attribute{textIdComp}", name="value", value=>$attribute{nameText});
setAttribute(key="reload" value="#{true}" );
gf.redirect(page="#{pageSession.selfPage}?name=#{name}");
gf.navigate(page="#{pageSession.selfPage}");
/>
<!afterCreate
getClientId(component="$this{component}" clientId=>$page{dropdownTextId});
Expand Down

0 comments on commit f94dad1

Please sign in to comment.