<?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: Struts 2 Tiles Plugin Tutorial with Example in Eclipse</title> <atom:link href="http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.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: Prasad</title><link>http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html/comment-page-1#comment-25842</link> <dc:creator>Prasad</dc:creator> <pubDate>Sun, 05 Feb 2012 13:22:40 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1958#comment-25842</guid> <description>I am getting a strange kind of error. If I include this listener class, org.apache.struts2.tiles.StrutsTilesListener be whatever it might be, I get a HTTP status 404 error. I wonder how people are able to get the output? I found this very similar type of discussion in other popular website, but I didn&#039;t find any solution.Please can anyone clarify it. Then, after I removed that listener class, I get the welcome screen. But the moment, I give admin and admin123, I am getting a NullPointerException. The log is not anywhere useful I feel because it is not pointing to any part of the program. What I feel is that it is not getting mapped from struts.xml to tiles.xml file.Please reply as soon as possible.</description> <content:encoded><![CDATA[<p>I am getting a strange kind of error. If I include this listener class,<br /> org.apache.struts2.tiles.StrutsTilesListener<br /> be whatever it might be, I get a HTTP status 404 error. I wonder how people are able to get the output? I found this very similar type of discussion in other popular website, but I didn&#8217;t find any solution.</p><p>Please can anyone clarify it.<br /> Then, after I removed that listener class, I get the welcome screen. But the moment, I give admin and admin123, I am getting a NullPointerException. The log is not anywhere useful I feel because it is not pointing to any part of the program. What I feel is that it is not getting mapped from struts.xml to tiles.xml file.</p><p>Please reply as soon as possible.</p> ]]></content:encoded> </item> <item><title>By: Viral Patel</title><link>http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html/comment-page-1#comment-25725</link> <dc:creator>Viral Patel</dc:creator> <pubDate>Mon, 30 Jan 2012 11:51:10 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1958#comment-25725</guid> <description>@SatyamReddy: The ClassNotFoundException occurs if required Struts jar files are not present in your project&#039;s classpath. Please see if all required jar files are in your classpath.</description> <content:encoded><![CDATA[<p>@SatyamReddy: The ClassNotFoundException occurs if required Struts jar files are not present in your project&#8217;s classpath. Please see if all required jar files are in your classpath.</p> ]]></content:encoded> </item> <item><title>By: SatyamReddy</title><link>http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html/comment-page-1#comment-25724</link> <dc:creator>SatyamReddy</dc:creator> <pubDate>Mon, 30 Jan 2012 10:53:21 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1958#comment-25724</guid> <description>Hi,when i am trying above tiles example, i am getting error like belowSEVERE: Error configuring application listener of class org.apache.struts2.tiles.StrutsTilesListener java.lang.ClassNotFoundException: org.apache.struts2.tiles.StrutsTilesListener at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680) SEVERE: Context [/HelloWorld] startup failed due to previous errorsPlease help me. advance thanks.</description> <content:encoded><![CDATA[<p>Hi,</p><p>when i am trying above tiles example, i am getting error like below</p><p>SEVERE: Error configuring application listener of class org.apache.struts2.tiles.StrutsTilesListener<br /> java.lang.ClassNotFoundException: org.apache.struts2.tiles.StrutsTilesListener<br /> at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1680)<br /> SEVERE: Context [/HelloWorld] startup failed due to previous errors</p><p>Please help me.<br /> advance thanks.</p> ]]></content:encoded> </item> <item><title>By: Everett Zhou</title><link>http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html/comment-page-1#comment-19940</link> <dc:creator>Everett Zhou</dc:creator> <pubDate>Tue, 27 Dec 2011 15:44:19 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1958#comment-19940</guid> <description>Ok, I struggled a few hours to figure out why I got different errors.   It looks like you have to have the exact same version of all those jars even for ongl-2.6.11.jar (ongl-3.0.jar does not work).</description> <content:encoded><![CDATA[<p>Ok, I struggled a few hours to figure out why I got different errors.   It looks like you have to have the exact same version of all those jars even for ongl-2.6.11.jar (ongl-3.0.jar does not work).</p> ]]></content:encoded> </item> <item><title>By: José Manuel</title><link>http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html/comment-page-1#comment-18551</link> <dc:creator>José Manuel</dc:creator> <pubDate>Sat, 10 Dec 2011 11:14:54 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1958#comment-18551</guid> <description>Hello Viral,Thank you for your fast reply. Well, i had tiles-core-2.2.2.jar instead tiles-core-2.0.6.jar, because with this last one, i had this other error:Exception starting filter struts2 java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitorI&#039;m really lost, because even if the application works putting manually the addresses, I am not able to start properly tomcat once and for all. Still taking errors since I started to use tiles on my project, and I cannot fix the problem. sighThank you for your help.</description> <content:encoded><![CDATA[<p>Hello Viral,</p><p>Thank you for your fast reply. Well, i had tiles-core-2.2.2.jar instead tiles-core-2.0.6.jar, because with this last one, i had this other error:</p><p>Exception starting filter struts2<br /> java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor</p><p>I&#8217;m really lost, because even if the application works putting manually the addresses, I am not able to start properly tomcat once and for all. Still taking errors since I started to use tiles on my project, and I cannot fix the problem. sigh</p><p>Thank you for your help.</p> ]]></content:encoded> </item> <item><title>By: Viral Patel</title><link>http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html/comment-page-1#comment-18522</link> <dc:creator>Viral Patel</dc:creator> <pubDate>Fri, 09 Dec 2011 12:35:07 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1958#comment-18522</guid> <description>Hi José, It seems that tomcat couldn&#039;t find &lt;strong&gt;tiles-core-2.0.6.jar&lt;/strong&gt; jar file in your web projects WEB-INF/lib directory. Download this jar file from &lt;a href=&quot;http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/tiles/tiles-core/2.0.6/tiles-core-2.0.6.jar&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; and put it in your project&#039;s classpath.</description> <content:encoded><![CDATA[<p>Hi José,<br /> It seems that tomcat couldn&#8217;t find <strong>tiles-core-2.0.6.jar</strong> jar file in your web projects WEB-INF/lib directory. Download this jar file from <a href="http://mirrors.ibiblio.org/pub/mirrors/maven2/org/apache/tiles/tiles-core/2.0.6/tiles-core-2.0.6.jar" rel="nofollow">here</a> and put it in your project&#8217;s classpath.</p> ]]></content:encoded> </item> <item><title>By: José Manuel</title><link>http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html/comment-page-1#comment-18520</link> <dc:creator>José Manuel</dc:creator> <pubDate>Fri, 09 Dec 2011 12:00:38 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1958#comment-18520</guid> <description>Heya,Thank you again for your great tutorial. Everything is going fine, but I ve some errors while starting Tomcat Server:java.lang.NoClassDefFoundError: org/apache/tiles/web/startup/TilesListenerHow it comes that. My web.xml and the others .xml config files seems be ok. Like that, Tomcat is unable to start /StrutsHelloWorld context, due to previous errors, and I need to put addresses manually like that.Can you help me, please?Thanks.</description> <content:encoded><![CDATA[<p>Heya,</p><p>Thank you again for your great tutorial. Everything is going fine, but I ve some errors while starting Tomcat Server:</p><p>java.lang.NoClassDefFoundError: org/apache/tiles/web/startup/TilesListener</p><p>How it comes that. My web.xml and the others .xml config files seems be ok. Like that, Tomcat is unable to start /StrutsHelloWorld context, due to previous errors, and I need to put addresses manually like that.</p><p>Can you help me, please?</p><p>Thanks.</p> ]]></content:encoded> </item> <item><title>By: José Manuel</title><link>http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html/comment-page-1#comment-18494</link> <dc:creator>José Manuel</dc:creator> <pubDate>Thu, 08 Dec 2011 18:33:52 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1958#comment-18494</guid> <description>Heya folks,First of all, thank you for you excellent tutorial. Thank to you, I have saved tons of time and troubles.I have just a question, maybe because im a newbie with all this stuff and I am not good at it, yet. Well: why should I put in the adress: http://....../customer in order to see the BaseLayout.jsp page? At the start, i tried to acces to this .jsp directly, and then I see that i needed to put just &quot;customer&quot;. By acceding to the BaseLayout.jsp directly I got some errors (404).I have also &quot;SEVERE: Error executing tag: Attribute &#039;header&#039; not found.&quot; at the start of Apache Tomcat. Maybe some suggestion with that?Thank you.</description> <content:encoded><![CDATA[<p>Heya folks,</p><p>First of all, thank you for you excellent tutorial. Thank to you, I have saved tons of time and troubles.</p><p>I have just a question, maybe because im a newbie with all this stuff and I am not good at it, yet. Well: why should I put in the adress: <a href="http://....../customer" rel="nofollow">http://&#8230;&#8230;/customer</a> in order to see the BaseLayout.jsp page? At the start, i tried to acces to this .jsp directly, and then I see that i needed to put just &#8220;customer&#8221;. By acceding to the BaseLayout.jsp directly I got some errors (404).</p><p>I have also &#8220;SEVERE: Error executing tag: Attribute &#8216;header&#8217; not found.&#8221; at the start of Apache Tomcat. Maybe some suggestion with that?</p><p>Thank you.</p> ]]></content:encoded> </item> <item><title>By: GV</title><link>http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html/comment-page-1#comment-16844</link> <dc:creator>GV</dc:creator> <pubDate>Wed, 02 Nov 2011 09:05:28 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1958#comment-16844</guid> <description>While running this application, got below exception exception javax.servlet.ServletException: org.apache.tiles.impl.CannotRenderException: ServletException including path &#039;/BaseLayout.jsp&#039;. org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:515) org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:422)To resolve this we have to update tiles jar files to version 2.2.0</description> <content:encoded><![CDATA[<p>While running this application, got below exception<br /> exception<br /> javax.servlet.ServletException: org.apache.tiles.impl.CannotRenderException: ServletException including path &#8216;/BaseLayout.jsp&#8217;.<br /> org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:515)<br /> org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:422)</p><p>To resolve this we have to update tiles jar files to version 2.2.0</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://viralpatel.net/blogs/2009/12/struts-2-tiles-plugin-tutorial-with-example-in-eclipse.html/comment-page-1#comment-15713</link> <dc:creator>Mark</dc:creator> <pubDate>Tue, 16 Aug 2011 09:17:51 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1958#comment-15713</guid> <description>It turned out the error was a typo on my part in the struts.xml file. *blush*The config-browser, available with struts2, helped me a lot when viewing and resolving the namespace issues.http://devtalks.blogspot.com/2009/10/struts2-config-browser-plugin.html</description> <content:encoded><![CDATA[<p>It turned out the error was a typo on my part in the struts.xml file. *blush*</p><p>The config-browser, available with struts2, helped me a lot when viewing and resolving the namespace issues.</p><p><a href="http://devtalks.blogspot.com/2009/10/struts2-config-browser-plugin.html" rel="nofollow">http://devtalks.blogspot.com/2009/10/struts2-config-browser-plugin.html</a></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 10:34:02 -->
