<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Using JSP to submit the form data to Activiti engine in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111420#M78341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone have any updates on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Dec 2013 09:07:49 GMT</pubDate>
    <dc:creator>prakash1</dc:creator>
    <dc:date>2013-12-02T09:07:49Z</dc:date>
    <item>
      <title>Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111412#M78333</link>
      <description>Hi All,I need help in Designing process using eclipse plugin designer for the Activiti and deploy the process in to workflow server. Designing own UI using JSP to submit the form data and approver should get notification of the form data submission and when he logged into the console he should able</description>
      <pubDate>Fri, 16 Nov 2012 09:35:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111412#M78333</guid>
      <dc:creator>vamsi25</dc:creator>
      <dc:date>2012-11-16T09:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111413#M78334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no special configuration needed, just implement your jsp's, controllers and in you controller access the activiti api…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Nov 2012 12:04:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111413#M78334</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-11-16T12:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111414#M78335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There is no special configuration needed, just implement your jsp's, controllers and in you controller access the activiti api…&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Thanks for the reply.I have my activiti engine setup in some other server and we are using mssql server and iam developing my UI using struts/jsp in localhost.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;so how do i connect my application to engine running in other server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Can we have our own form properties in jsp.Please provide one example with UI in jsp which calls the process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 08:08:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111414#M78335</guid>
      <dc:creator>vamsi25</dc:creator>
      <dc:date>2012-11-18T08:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111415#M78336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use rest, write an ejb wrapper around the api and use that, write a webservice layer, just like you would do for any other remote invocation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Nov 2012 09:51:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111415#M78336</guid>
      <dc:creator>ronald_van_kuij</dc:creator>
      <dc:date>2012-11-18T09:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111416#M78337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As per the instruction here, I have created my own jsp file. I am using Tomcat server here. When I am executing that jsp file by "Run on Server" option, I found that the activiti&amp;nbsp; login page is opening. After I put the kermit/kermit as username and password, my jsp is not displaying. The default kermit interface is displaying.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me in this regards, how to execute my jsp page expecpt the kermit's default page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Prakash&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 15:47:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111416#M78337</guid>
      <dc:creator>prakash1</dc:creator>
      <dc:date>2013-11-27T15:47:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111417#M78338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Really, I can't answer this with the information you are providing. It seems like your JSP application is not implemented correctly, but it's not possible to see anything useful based on the information provided.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 10:56:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111417#M78338</guid>
      <dc:creator>trademak</dc:creator>
      <dc:date>2013-11-28T10:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111418#M78339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Trademak, Thanks for your reply. I have one simple jsp page without any critical code. I want to execute a simple jsp page and if that works properly then I can put the code based on my requirements. But that simple jsp&amp;nbsp; page is not working from activiti project. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Same jsp page is working when I put that same file in another web project. Please guide me the procedure how to execute one jsp page from activiti project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Nov 2013 16:06:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111418#M78339</guid>
      <dc:creator>prakash1</dc:creator>
      <dc:date>2013-11-29T16:06:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111419#M78340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone have any updates on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 09:07:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111419#M78340</guid>
      <dc:creator>prakash1</dc:creator>
      <dc:date>2013-12-02T09:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111420#M78341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone have any updates on this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 09:07:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111420#M78341</guid>
      <dc:creator>prakash1</dc:creator>
      <dc:date>2013-12-02T09:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111421#M78342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is not java 101.. Adding code to a JSP that calls Acitviti is the same as you would do it if you call your own code. Please do some additional research yourself. The forum is intended for Activiti-issues and IMHO, this is not one you'll get a lot of help with.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 09:45:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111421#M78342</guid>
      <dc:creator>frederikherema1</dc:creator>
      <dc:date>2013-12-05T09:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111422#M78343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If any one has implemented activti process with custom jsp pages&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then Please give me all the details to do it step by steps &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;we are in very critical condition&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;advisor_team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2014 10:40:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111422#M78343</guid>
      <dc:creator>advisor_team</dc:creator>
      <dc:date>2014-06-28T10:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Using JSP to submit the form data to Activiti engine</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111423#M78344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are multiple people who have done this. Use the search.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Put your forms in jsp. Pass them to the formService in your backend. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt; we are in very critical condition&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seriously … again …. ? *everyone* his issue is urgent.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 12:06:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/using-jsp-to-submit-the-form-data-to-activiti-engine/m-p/111423#M78344</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2014-07-07T12:06:06Z</dc:date>
    </item>
  </channel>
</rss>

