<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:dc="http://purl.org/dc/elements/1.1/" 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 4.0.5 (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:b2e7ff2b-d5a6-49f5-825b-0af34cad5b6e] --&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;#160; You can just enter sayhello.jspa as the action url instead.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:b2e7ff2b-d5a6-49f5-825b-0af34cad5b6e] --&gt;</description>
      <pubDate>Sun, 05 Oct 2008 12:42:52 GMT</pubDate>
      <author>communities@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, 5 months 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:c6ebb889-cb7c-4096-8eb9-830b49e19dcd] --&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:c6ebb889-cb7c-4096-8eb9-830b49e19dcd] --&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>1 year, 2 months 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:8f516bd3-5491-45e3-9556-4353bacdae40] --&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;#160;&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;#160;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;#160;&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:8f516bd3-5491-45e3-9556-4353bacdae40] --&gt;</description>
      <pubDate>Wed, 08 Jul 2009 08:40:10 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/docs/DOC-3273#comments-6672</guid>
      <dc:date>2009-07-08T08:40:10Z</dc:date>
      <clearspace:dateToText>8 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

