<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Developers : Building Actions : Comments</title>
    <link>http://www.jivesoftware.com/jivespace/docs/DOC-3273#comments</link>
    <description>Comments on : Building Actions</description>
    <language>en</language>
    <pubDate>Sun, 05 Oct 2008 12:42:52 GMT</pubDate>
    <generator>Jive SBS 3.0.8 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2008-10-05T12:42:52Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>RE: Building Actions</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-3273#comments-4009</link>
      <description>&lt;!-- [DocumentBodyStart:1b4c1e91-c973-454e-ac4b-f5e2805511a0] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;The CDATA section for the action url is not necessary (and actually tweaks the resulting url such that it has an extra /community in it).&amp;nbsp; You can just enter sayhello.jspa as the action url instead.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:1b4c1e91-c973-454e-ac4b-f5e2805511a0] --&gt;</description>
      <pubDate>Sun, 05 Oct 2008 12:42:52 GMT</pubDate>
      <author>rick@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-3273#comments-4009</guid>
      <dc:date>2008-10-05T12:42:52Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Building Actions</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-3273#comments-4539</link>
      <description>&lt;!-- [DocumentBodyStart:9919e2dd-fa40-4264-bff5-9f1d7f58c725] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;You shouldn't use the .jspa extension on these url's...that's what struts is for.&amp;#160; In fact, I'm surprised you're even able to.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:9919e2dd-fa40-4264-bff5-9f1d7f58c725] --&gt;</description>
      <pubDate>Thu, 08 Jan 2009 23:04:19 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-3273#comments-4539</guid>
      <dc:date>2009-01-08T23:04:19Z</dc:date>
      <clearspace:dateToText>10 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>RE: Building Actions</title>
      <link>http://www.jivesoftware.com/jivespace/docs/DOC-3273#comments-6672</link>
      <description>&lt;!-- [DocumentBodyStart:e92ca14d-a3d0-4a70-a24e-97c080ee0cb6] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;I needed to do a couple changes to make it work:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;file struts.xml, the directive should contain " "&lt;/strong&gt;&lt;/p&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-xml"&gt;&amp;lt;!DOCTYPE struts PUBLIC &lt;span class="jive-xml-quote"&gt;-//Apache Software Foundation//DTD Struts Configuration 2.0//EN&lt;/span&gt;&lt;br/&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;span class="jive-xml-quote"&gt;&lt;a class="jive-link-external-small" href="http://struts.apache.org/dtds/struts-2.0.dtd" target="_blank"&gt;http://struts.apache.org/dtds/struts-2.0.dtd&lt;/a&gt;&lt;/span&gt;&amp;gt;&lt;br/&gt;&lt;span class="jive-xml-tag"&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;span&gt;&amp;lt;!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.0//EN" "&lt;/span&gt;&lt;a class="jive-link-external-small" href="http://struts.apache.org/dtds/struts-2.0.dtd" target="_blank"&gt;http://struts.apache.org/dtds/struts-2.0.dtd&lt;/a&gt;&lt;span&gt;"&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;file plugin.xml, the directive @ww.url name did not exist in my instalation&lt;/strong&gt;&lt;/p&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-xml"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;span class="jive-xml-tag"&gt;&amp;lt;url&amp;gt;&lt;/span&gt;&amp;lt;![CDATA[&lt;span class="jive-xml-tag"&gt;&amp;lt;@ww.url action="sayhello" /&amp;gt;&lt;/span&gt;]]&amp;gt;&lt;span class="jive-xml-tag"&gt;&amp;lt;/url&amp;gt;&lt;/span&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;br/&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&amp;lt;url&amp;gt;&amp;lt;![CDATA[&amp;lt;@s.url action="sayhello" /&amp;gt;]]&amp;gt;&amp;lt;/url&amp;gt;&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e92ca14d-a3d0-4a70-a24e-97c080ee0cb6] --&gt;</description>
      <pubDate>Wed, 08 Jul 2009 08:40:10 GMT</pubDate>
      <author>juan.tristancho@oecd.org</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-3273#comments-6672</guid>
      <dc:date>2009-07-08T08:40:10Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

