Questions asked by Helmut Burgemeisterhttps://answers.axonivy.com/questions/asked-by/569/helmut-burgemeister/?type=rssQuestions asked by <a href="/users/569/helmut-burgemeister" >Helmut Burgemeister</a>enTue, 06 Oct 2015 10:34:17 -0400How to configure in designer the "work"-folder and other write-folders to be at the "user"-area?https://answers.axonivy.com/questions/1499/how-to-configure-in-designer-the-work-folder-and-other-write-folders-to-be-at-the-user-area<p>We have a customer which is not allowed to have writeable folders in the normal area of the fileset. Writeable folders should only be at the user-area which is of course writeable. Is there a way to configure at least the "work"-folder be at a different place?</p>Helmut BurgemeisterTue, 06 Oct 2015 10:34:17 -0400https://answers.axonivy.com/questions/1499/how-to-configure-in-designer-the-work-folder-and-other-write-folders-to-be-at-the-user-areadesignerHow 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