<?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: overriding JSPs in jsp/actions directory in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/overriding-jsps-in-jsp-actions-directory/m-p/296567#M249697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Instead of modifying in the BaseActionHandler class, you should override the getJSPPath method in the handler class of your custom action which should return the custom location of the jsp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 16:30:57 GMT</pubDate>
    <dc:creator>romschn</dc:creator>
    <dc:date>2013-04-09T16:30:57Z</dc:date>
    <item>
      <title>overriding JSPs in jsp/actions directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/overriding-jsps-in-jsp-actions-directory/m-p/296566#M249696</link>
      <description>For my project i need to customise JSPs existing in /jsp/actions directory.The URL seemed hard coded for me in BaseActionHandler.java and i made the following changes to it&lt;IMG id="smileytongue" class="emoticon emoticon-smileytongue" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;rotected static final String ACTION_PAGES_LOCATION = "/jsp/extension/actions";but still my custom JSPs in extension/actions ar</description>
      <pubDate>Thu, 04 Apr 2013 12:22:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/overriding-jsps-in-jsp-actions-directory/m-p/296566#M249696</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-04-04T12:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: overriding JSPs in jsp/actions directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/overriding-jsps-in-jsp-actions-directory/m-p/296567#M249697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Instead of modifying in the BaseActionHandler class, you should override the getJSPPath method in the handler class of your custom action which should return the custom location of the jsp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 16:30:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/overriding-jsps-in-jsp-actions-directory/m-p/296567#M249697</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2013-04-09T16:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: overriding JSPs in jsp/actions directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/overriding-jsps-in-jsp-actions-directory/m-p/296568#M249698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks romschn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, the way you are suggesting could also be the correct one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But after modifying BaseActionHandler, there was a configuration to be overridden in we-client-config-custom.xml, The RunAction Wizard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;page path=“/jsp/extension/actions/actions.jsp” title-id=“run_action_step1_title” description=“” instruction-id=“default_instruction”/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And &amp;lt;action-handler&amp;gt; tag also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have accomplished this now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 06:41:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/overriding-jsps-in-jsp-actions-directory/m-p/296568#M249698</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-04-24T06:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: overriding JSPs in jsp/actions directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/overriding-jsps-in-jsp-actions-directory/m-p/296569#M249699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks romschn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;yes, the way you are suggesting could also be the correct one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But after modifying BaseActionHandler, there was a configuration to be overridden in we-client-config-custom.xml, The RunAction Wizard.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;page path=“/jsp/extension/actions/actions.jsp” title-id=“run_action_step1_title” description=“” instruction-id=“default_instruction”/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And &amp;lt;action-handler&amp;gt; tag also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have accomplished this now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your input.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 06:41:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/overriding-jsps-in-jsp-actions-directory/m-p/296569#M249699</guid>
      <dc:creator>pallavi_jain</dc:creator>
      <dc:date>2013-04-24T06:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: overriding JSPs in jsp/actions directory</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/overriding-jsps-in-jsp-actions-directory/m-p/296570#M249700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Cool ! If that was useful, hope you had given a point to the post. Thanks, &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 15:57:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/overriding-jsps-in-jsp-actions-directory/m-p/296570#M249700</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2013-10-24T15:57:36Z</dc:date>
    </item>
  </channel>
</rss>

