<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: struts code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Mon, 18 Aug 2008 21:02:10 GMT</pubDate>
    <description>DZone Snippets: struts code</description>
    <item>
      <title>struts with hibernate (Eclipse)</title>
      <link>http://snippets.dzone.com/posts/show/5290</link>
      <description>Can any one tell me how to use this site to get struts with hibernate related code&lt;br /&gt;&lt;code&gt;&lt;br /&gt;thanks in advance&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Sun, 30 Mar 2008 09:06:38 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/5290</guid>
      <author>shaiksalam (salam)</author>
    </item>
    <item>
      <title>Pass multiple params to html:link</title>
      <link>http://snippets.dzone.com/posts/show/2804</link>
      <description>// The only way i found&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;&lt;bean:define id="param1" name="record" property="id"/&gt;&lt;br /&gt;&lt;bean:define id="param2" name="record" property="language_id" /&gt;&lt;br /&gt;&lt;%&lt;br /&gt;	java.util.HashMap params = new java.util.HashMap();&lt;br /&gt;	params.put("record_id", param1);&lt;br /&gt;	params.put("language_id", param2);&lt;br /&gt;	pageContext.setAttribute("tempParams", params);&lt;br /&gt;%&gt;&lt;br /&gt;&lt;html:link action="PDPSelectTabs" name="tempParams"&gt;&lt;br /&gt;	Hoja&lt;br /&gt;&lt;/html:link&gt;&lt;/code&gt;</description>
      <pubDate>Tue, 10 Oct 2006 19:19:53 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2804</guid>
      <author>dirtyaffairs (Dirty Affairs)</author>
    </item>
    <item>
      <title>Pass more  than one parameter to struts action using html:link tag</title>
      <link>http://snippets.dzone.com/posts/show/2100</link>
      <description>&lt;code&gt;&lt;br /&gt;&lt;bean:define id="param1" name="record" property="id"/&gt;&lt;br /&gt;&lt;bean:define id="param2" name="record" property="language_id" /&gt;&lt;br /&gt;&lt;%&lt;br /&gt;	java.util.HashMap params = new java.util.HashMap();&lt;br /&gt;	params.put("record_id", param1);&lt;br /&gt;	params.put("language_id", param2);&lt;br /&gt;	pageContext.setAttribute("tempParams", params);&lt;br /&gt;%&gt;&lt;br /&gt;&lt;html:link action="PDPSelectTabs" name="tempParams"&gt;&lt;br /&gt;	Hoja&lt;br /&gt;&lt;/html:link&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 25 May 2006 13:12:01 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/2100</guid>
      <author>dirtyaffairs (Dirty Affairs)</author>
    </item>
    <item>
      <title>struts-config.xml: Global Forward</title>
      <link>http://snippets.dzone.com/posts/show/463</link>
      <description>&lt;code&gt;&lt;br /&gt;&lt;global-forwards&gt;&lt;br /&gt;	&lt;forward name="error" path="/WEB-INF/jsp/error.jsp"/&gt;&lt;br /&gt;&lt;/global-forwards&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 07 Jul 2005 20:46:28 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/463</guid>
      <author>dirtyaffairs (Dirty Affairs)</author>
    </item>
    <item>
      <title>struts-config.xml: Basic Plugin</title>
      <link>http://snippets.dzone.com/posts/show/462</link>
      <description>&lt;code&gt;&lt;br /&gt;&lt;plug-in className="listin.plugins.ListinPlugin"&gt;&lt;br /&gt;	&lt;set-property property="config_file" value="/WEB-INF/config/Listin.properties"/&gt;&lt;br /&gt;&lt;/plug-in&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 07 Jul 2005 20:45:17 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/462</guid>
      <author>dirtyaffairs (Dirty Affairs)</author>
    </item>
    <item>
      <title>struts-config.xml: Basic Action</title>
      <link>http://snippets.dzone.com/posts/show/461</link>
      <description>&lt;code&gt;		&lt;br /&gt;&lt;!-- BuscarLDAP: Realiza una busqueda en LDAP --&gt;&lt;br /&gt;&lt;action path="/BuscarLDAP" type="listin.actions.BuscarLDAP"&gt;&lt;br /&gt;	&lt;forward name="success" path="/WEB-INF/jsp/resultados.jsp"/&gt;&lt;br /&gt;&lt;/action&gt;&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 07 Jul 2005 20:44:25 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/461</guid>
      <author>dirtyaffairs (Dirty Affairs)</author>
    </item>
  </channel>
</rss>
