Questions Tagged With htmlwebpageshttps://answers.axonivy.com/tags/htmlwebpages/?type=rss&user=joha0123questions tagged <span class="tag">htmlwebpages</span>enMon, 11 Apr 2016 15:23:58 -0400how can i process the url GET parametershttps://answers.axonivy.com/questions/1727/how-can-i-process-the-url-get-parameters<p>hello,</p> <p>i want to pass some parameters in the URL via GET method to my application. for example: </p> <p><a href="http://domain.xy/ivy/pro/designer/project/15399C0297AC05B0/start.ivp?">http://domain.xy/ivy/pro/designer/project/15399C0297AC05B0/start.ivp?</a><strong>jobId=123211</strong></p> <p>how can i access them in axon ivy? (jobId in my example). what i've found so far is:</p> <pre><code>Map&lt;String, String&gt; params = FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap(); String jobId = params.get("jobId"); </code></pre> <p>but how can i use it in axon ivy?</p> <p>thank you for your answers.</p>joha0123Mon, 11 Apr 2016 15:23:58 -0400https://answers.axonivy.com/questions/1727/how-can-i-process-the-url-get-parametersjsfhtmlwebpagescontext