Questions asked by toantphttps://answers.axonivy.com/questions/asked-by/52/toantp/?type=rssQuestions asked by <a href="/users/52/toantp" >toantp</a>enWed, 12 Mar 2014 05:04:05 -0400how to use registered converter-class by converterId to use for p:autoComplete ?https://answers.axonivy.com/questions/571/how-to-use-registered-converter-class-by-converterid-to-use-for-p-autocomplete<p>for example I have a code below</p> <pre><code>&lt;p:autoComplete var="objTest" converter="objectConvert" dropdown="true" size="70" itemLabel="#{objTest.name}" global="false" itemValue="#{objTest}" completeMethod="#{logic.autoCompleteSelectObject}" forceSelection="true"&gt; &lt;/p:autoComplete&gt; </code></pre> <p>primeface get error :Could not find any registered converter-class by converterId How to register a converter-class in xpert ivy</p> <p>I tried with the sample in the primefacess showcase sample but it's not possible in xpert ivy class</p>toantpWed, 12 Mar 2014 05:04:05 -0400https://answers.axonivy.com/questions/571/how-to-use-registered-converter-class-by-converterid-to-use-for-p-autocompleteautocompletejsfprimefacesWhat's the best way to create and read an application variable in Xpert ivy ?https://answers.axonivy.com/questions/568/what-s-the-best-way-to-create-and-read-an-application-variable-in-xpert-ivy<p>What's the best way to create and read an application variable in Xpert.ivy?</p> <p>I would like to create an application variable to store general information and all request can read that application variable.</p>toantpMon, 10 Mar 2014 05:11:49 -0400https://answers.axonivy.com/questions/568/what-s-the-best-way-to-create-and-read-an-application-variable-in-xpert-ivyvariablecan I check what are Users online or offline in xpert ivy use IUSER ?https://answers.axonivy.com/questions/552/can-i-check-what-are-users-online-or-offline-in-xpert-ivy-use-iuser<p>can I check what are Users online or offline in xpertivy use IUSER ?</p>toantpThu, 27 Feb 2014 06:37:16 -0500https://answers.axonivy.com/questions/552/can-i-check-what-are-users-online-or-offline-in-xpert-ivy-use-iuseruserhow to create a new level(like INFO,ERROR...) in log4j in Xpert ivy tool ?https://answers.axonivy.com/questions/495/how-to-create-a-new-level-like-info-error-in-log4j-in-xpert-ivy-tool<p>I want to create a new level(like INFO,ERROR) to use in xpertivy</p>toantpFri, 24 Jan 2014 08:07:31 -0500https://answers.axonivy.com/questions/495/how-to-create-a-new-level-like-info-error-in-log4j-in-xpert-ivy-toolloggingIs it possible to authentication an application user like a system administrator?https://answers.axonivy.com/questions/252/is-it-possible-to-authentication-an-application-user-like-a-system-administrator<p>Hi there when I user method session.authenticateSessionUser like the way dialog login administrator used , I just authentication all user in this Application , can't found admin user of all Application the sample : when I setup Ivy server I create a user admin to login administrator (admin/admin) , but when I call session.authenticateSessionUser at my application in server I can't found admin user do we have a way to authenticate that user ? thanks a lot</p>toantpWed, 15 Jan 2014 08:54:25 -0500https://answers.axonivy.com/questions/252/is-it-possible-to-authentication-an-application-user-like-a-system-administratorauthenticationadministrationuser