File tree 1 file changed +4
-3
lines changed
module-gui/src/main/webapp/resources/uii
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 98
98
title ="#{msgs.save} "
99
99
styleClass ="btn d-flex align-items-center btn--title-action "
100
100
pt:data-bs-toggle ="tooltip ">
101
- < f:ajax execute ="hiddenInputs " render =":myform " />
101
+ < f:ajax execute ="hiddenInputText " render =":myform " />
102
102
< span
103
103
aria-hidden ="true "
104
104
class ="fa fa-save " />
183
183
style ="display: none; ">
184
184
< h:inputText
185
185
value ="#{AktuelleSchritteForm.myPlugin.image.ocrText} "
186
- class ="input_0 "> </ h:inputText >
186
+ class ="input_0 "
187
+ id ="hiddenInputText "> </ h:inputText >
187
188
< h:inputText
188
189
value ="#{AktuelleSchritteForm.myPlugin.image.image.url} "
189
190
id ="inputImageUrl "> </ h:inputText >
222
223
< span >
223
224
< h:outputText value ="#{msgs.save} " />
224
225
</ span >
225
- < f:ajax execute ="hiddenInputs " />
226
+ < f:ajax execute ="hiddenInputText " render =" :myform " />
226
227
</ h:commandLink >
227
228
<!-- Save and finish the task -->
228
229
< h:commandLink
You can’t perform that action at this time.
0 commit comments