<?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: Customize Workflow UI in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218837#M171967</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can do what I want with the components… but I failed to find goods documentation about this… Have you a good link ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example something which show how to use a component to produce a list…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Jun 2009 14:34:21 GMT</pubDate>
    <dc:creator>dranakan</dc:creator>
    <dc:date>2009-06-04T14:34:21Z</dc:date>
    <item>
      <title>Customize Workflow UI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218830#M171960</link>
      <description>Hello,I want to show some extra information from a file in an advanced workflow. This extra information are stored in a database (not in the model, because there are a lot and the can be changed often by other applications).What is the best way to show some extra information in a workflow? (when a u</description>
      <pubDate>Tue, 26 May 2009 09:46:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218830#M171960</guid>
      <dc:creator>dranakan</dc:creator>
      <dc:date>2009-05-26T09:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Workflow UI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218831#M171961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;you'd better do the following :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- add a custom property to your task model "trucwf:derniereValidation", like "trucwf:myCustomProp"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- in the webclient-config-custom, add the following :&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;show-property name="trucwf:myCustomProp" component-generator="myCustomPropGenerator" /&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;- edit your faces-config-custom.xml to bind this "myCustomPropGenerator" to a Java component.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- write this Java Component (for example "MyCustomPropGenerator.java") in order to suit your needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Writing a custom generator needs some good developing skills, but there will be no easy way to match your requirements.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For a better view of components and generator, browse the wiki to read about "Component framework", or have a look at Alfresco source code to see how basic generators are built&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 10:44:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218831#M171961</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-05-27T10:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Workflow UI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218832#M171962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you JayJayECL &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try to indicate in the faces-config-custom.xml a custom.jsp, and in this custom.jsp call java class :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="text-decoration: underline;"&gt;web-client-config.xml -&amp;gt; faces-config-custom.xml -&amp;gt; custom.jsp -&amp;gt; java class&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But, can someone tell me what is the &lt;/SPAN&gt;&lt;STRONG&gt;"Best practice" to call a java class from a jsp ?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;Just simple call (&amp;lt;%@page import="foo.pacakge.MyClass" %&amp;gt; …)&lt;BR /&gt;Creation of a taglib&lt;BR /&gt;…?&lt;/UL&gt;&lt;SPAN&gt;Thank you &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 11:42:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218832#M171962</guid>
      <dc:creator>dranakan</dc:creator>
      <dc:date>2009-05-27T11:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Workflow UI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218833#M171963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm pretty sure this won't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you won't find a better way than the one I explained to do what you need&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2009 14:21:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218833#M171963</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-05-27T14:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Workflow UI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218834#M171964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;JayJayECL said true… It's better to use directly the component. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To create this, follow : &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/fr/viewtopic.php?f=16&amp;amp;t=1077" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/fr/viewtopic.php?f=16&amp;amp;t=1077&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; (or in english : &lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/en/viewtopic.php?t=6840" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/en/viewtopic.php?t=6840&lt;/A&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In addition if someone use a module, it need to add the file "face-config.xml" in the jar : &lt;/SPAN&gt;&lt;A href="http://klungvik.com/index.php/2009/alfresco-the-first-lessons-learned/" rel="nofollow noopener noreferrer"&gt;http://klungvik.com/index.php/2009/alfresco-the-first-lessons-learned/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 14:14:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218834#M171964</guid>
      <dc:creator>dranakan</dc:creator>
      <dc:date>2009-06-03T14:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Workflow UI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218835#M171965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Instead of going down the long and windy road of java+JSF customisation, you could alternativey consider creating your own task model + custom properties + workflow and using Javascript actions asociated with workflow transitions to move information between the task and repository.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/WorkflowAdministration#Step_2:_Create_the_Task_Model" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/WorkflowAdministration#Step_2:_Create_the_Task_Model&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;for details. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In my opinion it is far easier and could very well fit with your requirements.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 16:13:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218835#M171965</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2009-06-03T16:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Workflow UI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218836#M171966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I sincerely recommend not to use workflow script actions to handle complex goals.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As he said, there is an external DB&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I want to show some extra information from a file in an advanced workflow. This extra information are stored in a database&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;But, I will agree with yuo on that point :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;maybe it's a little tricky and hard to develop a custom JSF component. Instead of doing scripting in transitions or node events, he could call some actions (Java classes) that would retrieve the data stored in the external DB, and put whatever he needs to in the executionContext (and then, in some further task properties)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jun 2009 16:29:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218836#M171966</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-06-03T16:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Workflow UI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218837#M171967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can do what I want with the components… but I failed to find goods documentation about this… Have you a good link ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example something which show how to use a component to produce a list…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Jun 2009 14:34:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218837#M171967</guid>
      <dc:creator>dranakan</dc:creator>
      <dc:date>2009-06-04T14:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Customize Workflow UI</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218838#M171968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, have a look at this article :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://blogs.alfresco.com/wp/jbarmash/2008/08/08/dynamic-data-driven-drop-downs-for-list-properties/" rel="nofollow noopener noreferrer"&gt;http://blogs.alfresco.com/wp/jbarmash/2008/08/08/dynamic-data-driven-drop-downs-for-list-properties/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and have a look at the source code of TextFieldGenerator, you'll have a better idea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jun 2009 07:14:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/customize-workflow-ui/m-p/218838#M171968</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-06-05T07:14:40Z</dc:date>
    </item>
  </channel>
</rss>

