Questions asked by tiagohttps://answers.axonivy.com/questions/asked-by/344/tiago/?type=rssQuestions asked by <a href="/users/344/tiago" >tiago</a>enTue, 10 Jan 2017 12:42:41 -0500Special character / Umlaut in XML with ch.ivyteam.ivy.scripting.objects.Xmlhttps://answers.axonivy.com/questions/2366/special-character-umlaut-in-xml-with-ch-ivyteam-ivy-scripting-objects-xml<p>When i do for example:</p> <pre><code>Xml field = new Xml("Field", "KOSTENTR&amp;#196;GER"); // Ä </code></pre> <p>"&amp;" is converted to "&amp; amp;", when i convert the xml object to string. </p> <p>It's look for example like this:</p> <pre><code>&lt;FIELD&gt;KOSTENTR&amp;amp;#196;GER&lt;/FIELD&gt; </code></pre> <p>How can i avoid this?</p>tiagoTue, 10 Jan 2017 12:42:41 -0500https://answers.axonivy.com/questions/2366/special-character-umlaut-in-xml-with-ch-ivyteam-ivy-scripting-objects-xmlxmlSkip tasklist flaghttps://answers.axonivy.com/questions/2117/skip-tasklist-flag<p>How can i evaluate the skip tasklist flag while iterating through the tasks of a specific case?</p>tiagoWed, 19 Oct 2016 09:22:04 -0400https://answers.axonivy.com/questions/2117/skip-tasklist-flagtasklisttasksAxis2 Date Converterhttps://answers.axonivy.com/questions/1952/axis2-date-converter<p>I'm calling a external web service with a "Web Service Step". The serialization of a java.util.Date field generates for example this line :: &lt;documentdate&gt;2016-08-10+01:00&lt;/documentdate&gt;</p> <p>Is there a way to change this behavior so the serialization converts the date to string without the timezone?</p>tiagoWed, 10 Aug 2016 12:31:00 -0400https://answers.axonivy.com/questions/1952/axis2-date-converterwebserviceLogin page on Process Start with http-request link and 'Only wf users' set to truehttps://answers.axonivy.com/questions/1515/login-page-on-process-start-with-http-request-link-and-only-wf-users-set-to-true<p>Is there a way to configure a process start with a http link to show the login page if the caller is not logged in?</p> <p>I defined the JsfWorkflowUi as 'Default Pages Implementor' but this didn't worked. Creating a process with a DefaultLoginPage.ivp start step didn't worked to.</p> <p>Do I need to catch the 'Role Violation Exception' and redirect to a login page?</p>tiagoThu, 15 Oct 2015 10:37:30 -0400https://answers.axonivy.com/questions/1515/login-page-on-process-start-with-http-request-link-and-only-wf-users-set-to-trueexceptionhandlingauthenticationloggingAttributes from pe:layoutPane have no effecthttps://answers.axonivy.com/questions/1510/attributes-from-pe-layoutpane-have-no-effect<p>I decided to use pe:layout instead of p:layout because i was having problems re-sizing a p:layoutUnit with an iframe. </p> <p>After adding gson-2.2.4.jar to the &lt;designer&gt;\webapps\ivy\WEB-INF\lib folder it started to work. But the attributes size, initClose, closable, minSize, maxSize have no effect.</p> <pre><code>&lt;pe:layout fullPage="true" &gt; &lt;pe:layoutPane size="800" initClosed="true" closable="true" position="north"&gt; &lt;h3&gt;Test&lt;/h3&gt; &lt;/pe:layoutPane&gt; &lt;pe:layoutPane position="center"&gt; &lt;h:form id="form"&gt; &lt;h:panelGrid columns="2" &gt; &lt;f:facet name="header"&gt; &lt;p:messages&gt;&lt;/p:messages&gt; &lt;/f:facet&gt; &lt;p:outputLabel for="description" value="Description"/&gt; &lt;p:inputText id="description" value=""&gt;&lt;/p:inputText&gt; &lt;p:outputLabel for="expire" value="Expire"/&gt; &lt;p:calendar id="expire" value="" pattern="dd.MM.yyyy HH:mm" size="16"&gt; &lt;f:convertDateTime pattern="dd.MM.yyyy HH:mm" /&gt; &lt;/p:calendar&gt; &lt;p:commandButton actionListener="#{logic.close}" value="Proceed" update="form" icon="ui-icon-check" /&gt; &lt;/h:panelGrid&gt; &lt;/h:form&gt; &lt;/pe:layoutPane&gt; &lt;pe:layoutPane position="east" size="50%" closable="true"&gt; &lt;iframe src="http://answers.axonivy.com/" height="100%" width = "100%" /&gt; &lt;/pe:layoutPane&gt; </code></pre> <p>&lt;/pe:layout&gt;</p>tiagoMon, 12 Oct 2015 15:59:04 -0400https://answers.axonivy.com/questions/1510/attributes-from-pe-layoutpane-have-no-effecthtmluserdialogprimefacesIntegrate a new webapp in the Designer Webserverhttps://answers.axonivy.com/questions/1084/integrate-a-new-webapp-in-the-designer-webserver<p>How can I integrate a new webapp to the Designer Webserver? </p> <p>I copied the files of this webapp to {INSTALLATION_FOLDER}\webapps\, but unfortunally i was not able to find any information about how i can configure/integrate it to the Designer Webserver.</p> <p>I'm using AxonIvyDesinger 5.1</p>tiagoMon, 08 Dec 2014 17:22:05 -0500https://answers.axonivy.com/questions/1084/integrate-a-new-webapp-in-the-designer-webserverdesignerconfiguration