<?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 Crear custom action en alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/crear-custom-action-en-alfresco/m-p/189513#M142643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Buenas, estoy intentando crear un custom action asociado a una regla. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Soy nueva en esto… he seguido la guía &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Custom_Action_UI" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Custom_Action_UI&lt;/A&gt;&lt;SPAN&gt; pero no me sale lo que pretendía.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;El problema es que quiero pasarle un parámetro, pero después de seleccionar de la lista el action que he creado, al darle a "&lt;/SPAN&gt;&lt;STRONG&gt;Set Values and Add&lt;/STRONG&gt;&lt;SPAN&gt;" no da la opción de introducir nada, no se abre ninguna ventana para introducir el valor. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;El parámetro lo he añadido en el método &lt;/SPAN&gt;&lt;STRONG&gt;addParameterDefinitions&lt;/STRONG&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;protected void addParameterDefinitions(List&amp;lt;ParameterDefinition&amp;gt; paramList) {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;paramList.add(new ParameterDefinitionImpl(PARAM_CUSTOM_URL, DataTypeDefinition.TEXT, true, getParamDisplayLabel(PARAM_CUSTOM_URL)));&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;No estoy segura de si hace falta una jsp, lo único que quiero es una caja de texto para introducir un parámetro. Por si acaso he creado la jsp junto a su ActionHandler y dado de alta en el web-client-config-custom.xml, pero no me pilla la jsp, realmente no sé dónde tengo que colocarla.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Muchas gracias de antemano.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Un saludo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Nov 2011 09:31:01 GMT</pubDate>
    <dc:creator>cristi</dc:creator>
    <dc:date>2011-11-11T09:31:01Z</dc:date>
    <item>
      <title>Crear custom action en alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/crear-custom-action-en-alfresco/m-p/189513#M142643</link>
      <description>Buenas, estoy intentando crear un custom action asociado a una regla. Soy nueva en esto… he seguido la guía http://wiki.alfresco.com/wiki/Custom_Action_UI pero no me sale lo que pretendía.El problema es que quiero pasarle un parámetro, pero después de seleccionar de la lista el action que he creado,</description>
      <pubDate>Fri, 11 Nov 2011 09:31:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/crear-custom-action-en-alfresco/m-p/189513#M142643</guid>
      <dc:creator>cristi</dc:creator>
      <dc:date>2011-11-11T09:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Crear custom action en alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/crear-custom-action-en-alfresco/m-p/189514#M142644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hola Cristina,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tienes un ejemplo muy bueno en la SDK de Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;El proyecto SDKTaggingSample es lo que tu quieres hacer y en el te viene la ubicacion donde deberias colocar tu jsp.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Saludos&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 10:58:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/crear-custom-action-en-alfresco/m-p/189514#M142644</guid>
      <dc:creator>pjcaracuel_2349</dc:creator>
      <dc:date>2011-11-21T10:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Crear custom action en alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/crear-custom-action-en-alfresco/m-p/189515#M142645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hola!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;He probado a introducir el jar del proyecto SDKTaggingSample en mi alfresco, pero no coge la jsp. De todas formas ya lo he conseguido creando un proyecto con la estructura propia de alfresco, levantando un alfresco virtual, guiandome de: &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Managing_Alfresco_Lifecyle_with_Maven" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Managing_Alfresco_Lifecyle_with_Maven&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Pero ahora tengo un nuevo problema: introduzco el parámetro pero al darle a "&lt;/SPAN&gt;&lt;STRONG&gt;OK&lt;/STRONG&gt;&lt;SPAN&gt;" no lo guarda el valor introducido. No se si tengo que inicializarlo en algún sitio o que puede fallar…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Muchas gracias por todo!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Un saludo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 13:47:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/crear-custom-action-en-alfresco/m-p/189515#M142645</guid>
      <dc:creator>cristi</dc:creator>
      <dc:date>2011-11-21T13:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Crear custom action en alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/crear-custom-action-en-alfresco/m-p/189516#M142646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Buenas Cris.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;¿Te muestra algo el log? Muchas veces te sacan de muchas dudas.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Un saludo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 07:24:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/crear-custom-action-en-alfresco/m-p/189516#M142646</guid>
      <dc:creator>cristinamr</dc:creator>
      <dc:date>2011-11-22T07:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Crear custom action en alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/crear-custom-action-en-alfresco/m-p/189517#M142647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ya está resuelto: me faltaba un ID en un commandButtom …&amp;nbsp; :roll: &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Muchas gracias!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 13:54:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/crear-custom-action-en-alfresco/m-p/189517#M142647</guid>
      <dc:creator>cristi</dc:creator>
      <dc:date>2011-11-24T13:54:20Z</dc:date>
    </item>
  </channel>
</rss>

