<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel><title>Comments on: Struts2 Interceptors Tutorial with Example</title> <atom:link href="http://viralpatel.net/blogs/2009/12/struts2-interceptors-tutorial-with-example.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/12/struts2-interceptors-tutorial-with-example.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 08 Feb 2012 10:36:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: suryaprakash</title><link>http://viralpatel.net/blogs/2009/12/struts2-interceptors-tutorial-with-example.html/comment-page-1#comment-25109</link> <dc:creator>suryaprakash</dc:creator> <pubDate>Thu, 19 Jan 2012 04:30:15 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1966#comment-25109</guid> <description>Thanks Viral ji</description> <content:encoded><![CDATA[<p>Thanks Viral ji</p> ]]></content:encoded> </item> <item><title>By: syed</title><link>http://viralpatel.net/blogs/2009/12/struts2-interceptors-tutorial-with-example.html/comment-page-1#comment-15984</link> <dc:creator>syed</dc:creator> <pubDate>Wed, 07 Sep 2011 10:20:38 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1966#comment-15984</guid> <description>Tuitorial is Excellent for the Beginner thanx</description> <content:encoded><![CDATA[<p>Tuitorial is Excellent for the Beginner thanx</p> ]]></content:encoded> </item> <item><title>By: ravi</title><link>http://viralpatel.net/blogs/2009/12/struts2-interceptors-tutorial-with-example.html/comment-page-1#comment-13404</link> <dc:creator>ravi</dc:creator> <pubDate>Fri, 19 Nov 2010 06:26:53 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1966#comment-13404</guid> <description>Hi Viral, i am facing problem in implementtaion of &lt;sx:autocompleter tag. Actually our reuirement is onselect of autocomplter we have to refresh a div having two ot three dropdown. in refreshing of div i am including one mode jsp that have only target Div .because in the same jsp we are not getting div refresh using Ajax updater as well so we have two jsp one have all the jsp contents and other one have only that div which to be refresh. Can you pls provide me any complete example that will help me .</description> <content:encoded><![CDATA[<p>Hi Viral,<br /> i am facing problem in implementtaion of &lt;sx:autocompleter tag. Actually our reuirement is onselect of autocomplter we have to refresh a div having two ot three dropdown. in refreshing of div i am including one mode jsp that have only target Div .because in the same jsp we are not getting div refresh using Ajax updater as well so we have two jsp one have all the jsp contents and other one have only that div which to be refresh.<br /> Can you pls provide me any complete example that will help me .</p> ]]></content:encoded> </item> <item><title>By: Pratik Shah</title><link>http://viralpatel.net/blogs/2009/12/struts2-interceptors-tutorial-with-example.html/comment-page-1#comment-13278</link> <dc:creator>Pratik Shah</dc:creator> <pubDate>Thu, 28 Oct 2010 08:48:57 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1966#comment-13278</guid> <description>Dear Viral,Under whcih event (on doign what is the destroy() called whcih will print :- public void destroy() { System.out.println(&quot;Destroying MyLoggingInterceptor...&quot;); }</description> <content:encoded><![CDATA[<p>Dear Viral,</p><p>Under whcih event (on doign what is the destroy() called whcih will print :-<br /> public void destroy() {<br /> System.out.println(&#8220;Destroying MyLoggingInterceptor&#8230;&#8221;);<br /> }</p> ]]></content:encoded> </item> <item><title>By: Pratik Shah</title><link>http://viralpatel.net/blogs/2009/12/struts2-interceptors-tutorial-with-example.html/comment-page-1#comment-13277</link> <dc:creator>Pratik Shah</dc:creator> <pubDate>Thu, 28 Oct 2010 08:41:58 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1966#comment-13277</guid> <description>Dear Viral,The issue is solved.I was using the  after  in struts.xml and hence the error 404 - resource not found was getting displayed.It vanished when I used  before  in the  in struts.xml.Thanks again.</description> <content:encoded><![CDATA[<p>Dear Viral,</p><p>The issue is solved.</p><p>I was using the  after  in struts.xml and hence the error 404 &#8211; resource not found was getting displayed.</p><p>It vanished when I used  before  in the  in struts.xml.</p><p>Thanks again.</p> ]]></content:encoded> </item> <item><title>By: Pratik Shah</title><link>http://viralpatel.net/blogs/2009/12/struts2-interceptors-tutorial-with-example.html/comment-page-1#comment-13276</link> <dc:creator>Pratik Shah</dc:creator> <pubDate>Thu, 28 Oct 2010 07:55:15 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1966#comment-13276</guid> <description>Dear Viral,I have done the interceptor on the code for Hello world applicationa dn have added the MyLoggingInterceptor and corresponding code in struts.xml.I am getting error 404. Are there any jar files to be added for this? If so, what are they?</description> <content:encoded><![CDATA[<p>Dear Viral,</p><p>I have done the interceptor on the code for Hello world applicationa dn have added the MyLoggingInterceptor and corresponding code in struts.xml.</p><p>I am getting error 404.<br /> Are there any jar files to be added for this?<br /> If so, what are they?</p> ]]></content:encoded> </item> <item><title>By: Pratik Shah</title><link>http://viralpatel.net/blogs/2009/12/struts2-interceptors-tutorial-with-example.html/comment-page-1#comment-13275</link> <dc:creator>Pratik Shah</dc:creator> <pubDate>Thu, 28 Oct 2010 07:41:40 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1966#comment-13275</guid> <description>Hi Viral,Are there any JAR files required for running interceptors? If so, what are they. I have used interceptors after creating the login application hello world and have just added the MyLoggingInterceptor.java and made the changes in struts.xml.Now, my struts.xml looks like this:- Welcome.jsp Login.jsp I am gettign Error 404, please help as in where am I missing simething.</description> <content:encoded><![CDATA[<p>Hi Viral,</p><p>Are there any JAR files required for running interceptors?<br /> If so, what are they.<br /> I have used interceptors after creating the login application hello world and have just added the MyLoggingInterceptor.java and made the changes in struts.xml.</p><p>Now, my struts.xml looks like this:-</p><p> Welcome.jsp<br /> Login.jsp</p><p>I am gettign Error 404, please help as in where am I missing simething.</p> ]]></content:encoded> </item> <item><title>By: Pratik Shah</title><link>http://viralpatel.net/blogs/2009/12/struts2-interceptors-tutorial-with-example.html/comment-page-1#comment-13274</link> <dc:creator>Pratik Shah</dc:creator> <pubDate>Thu, 28 Oct 2010 07:40:49 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1966#comment-13274</guid> <description>Hi Viral,Are there any JAR files required for running interceptors? If so, what are they. I have used interceptors after creating the login application hello world and have just added the MyLoggingInterceptor.java and made the changes in struts.xml.Now, my struts.xml looks like this:- Welcome.jsp Login.jspI am gettign Error 404, please help as in where am I missing simething.</description> <content:encoded><![CDATA[<p>Hi Viral,</p><p>Are there any JAR files required for running interceptors?<br /> If so, what are they.<br /> I have used interceptors after creating the login application hello world and have just added the MyLoggingInterceptor.java and made the changes in struts.xml.</p><p>Now, my struts.xml looks like this:-</p><p> Welcome.jsp<br /> Login.jsp</p><p>I am gettign Error 404, please help as in where am I missing simething.</p> ]]></content:encoded> </item> <item><title>By: Arpit</title><link>http://viralpatel.net/blogs/2009/12/struts2-interceptors-tutorial-with-example.html/comment-page-1#comment-13126</link> <dc:creator>Arpit</dc:creator> <pubDate>Tue, 21 Sep 2010 13:14:26 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1966#comment-13126</guid> <description>Dear Viral, Above is the code snippet from &quot;Configuring Interceptor in struts.xml&quot; section.I want to know what if i swap the order of interceptor declaration in strut.xml like thisIn other words, if i am creating  my own interceptor, how to decide the order of precedence for interceptor.Thanks Arpit</description> <content:encoded><![CDATA[<p>Dear Viral,</p><p>Above is the code snippet from &#8220;Configuring Interceptor in struts.xml&#8221; section.</p><p>I want to know what if i swap the order of interceptor declaration in strut.xml like this</p><p>In other words, if i am creating  my own interceptor, how to decide the order of precedence for interceptor.</p><p>Thanks<br /> Arpit</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: viralpatel.net @ 2012-02-09 09:54:57 -->
