Questions Tagged With jsfhttps://answers.axonivy.com/tags/jsf/?type=rss&user=Helmut%20Burgemeisterquestions tagged <span class="tag">jsf</span>enSun, 13 Sep 2015 01:59:40 -0400How to edit values in GUI in a datatable in JSF?https://answers.axonivy.com/questions/1472/how-to-edit-values-in-gui-in-a-datatable-in-jsf<p>Hello! Is it possible to edit values in a datatable in JSF? I have this code, which is displaying nicely, but do not store the input in the dataclass! The "kurztext.sprache" is shown correctly and "kurztext.text" also if it has already data. But changes of "kurztest.text" in the GUI are not reflected to the dataclass! Code:</p> <pre><code>&lt;p:fieldset styleClass="emailSettingFieldset" legend="Materialkurztexte" style="width: 30%;height:240px; text-align:right;margin-left: 600px; margin-top: -276px"&gt; &lt;div class="row"&gt; &lt;div class="col-md-12"&gt; &lt;p:dataTable id="kurzTexte" var="kurztext" value="#{data.materialStammData.materialkurztext}" editable="true" style="margin-bottom:0px" rowIndexVar="rowIndex" editingRow="true"&gt; &lt;p:ajax event="rowEdit" /&gt; &lt;p:ajax event="rowEditCancel" /&gt; &lt;p:column headerText="Sprache" style="width: 135px"&gt; &lt;h:outputText value="#{kurztext.sprache}" style="margin-left: 15px;" /&gt; &lt;/p:column&gt; &lt;p:column headerText="Kurztext"&gt; &lt;p:cellEditor&gt; &lt;f:facet name="output"&gt; &lt;h:outputText value="#{kurztext.text}" /&gt; &lt;/f:facet&gt; &lt;f:facet name="input"&gt; &lt;p:inputText value="#{kurztext.text}" style="width:97%" label="KurztextEingabe" /&gt; &lt;/f:facet&gt; &lt;/p:cellEditor&gt; &lt;/p:column&gt; &lt;/p:dataTable&gt; &lt;/div&gt; &lt;/div&gt; &lt;/p:fieldset&gt; </code></pre> <p>Kind regards, Helmut</p>Helmut BurgemeisterSun, 13 Sep 2015 01:59:40 -0400https://answers.axonivy.com/questions/1472/how-to-edit-values-in-gui-in-a-datatable-in-jsfjsfHow to programmatically download a file from Ivy-Server "files/application"-folder into a folder on the client with JSF?https://answers.axonivy.com/questions/1471/how-to-programmatically-download-a-file-from-ivy-server-files-application-folder-into-a-folder-on-the-client-with-jsf<p>Hello! How can I download a file from the Ivy-Server's "files/application"-folder to a folder on the client with JSF per program-code? We are using only JSF in this project. No RIA. Is it possibly to download a file to the client without user-interaction in JSF, at all? Kind Regards, Helmut</p>Helmut BurgemeisterSun, 13 Sep 2015 00:42:00 -0400https://answers.axonivy.com/questions/1471/how-to-programmatically-download-a-file-from-ivy-server-files-application-folder-into-a-folder-on-the-client-with-jsfjsffileHow to call VBS-Script on Client with JSF?https://answers.axonivy.com/questions/1470/how-to-call-vbs-script-on-client-with-jsf<p>Hello! Is it possible to call a VBS-Script, e.g. "test.vbs" on the Client? The idea is to run the script to write data in the SAP-GUI which is also open on the client. Kind Regards, Helmut</p>Helmut BurgemeisterSun, 13 Sep 2015 00:27:20 -0400https://answers.axonivy.com/questions/1470/how-to-call-vbs-script-on-client-with-jsfjsf