<?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: Tutorial: Creating Struts application in Eclipse</title> <atom:link href="http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-in-eclipse.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-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: Chalapathi</title><link>http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-in-eclipse.html/comment-page-4#comment-25871</link> <dc:creator>Chalapathi</dc:creator> <pubDate>Tue, 07 Feb 2012 06:50:31 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=293#comment-25871</guid> <description>best tutorial...... simple way for understand purpose for all little java programmers</description> <content:encoded><![CDATA[<p>best tutorial&#8230;&#8230; simple way for understand purpose for all little java programmers</p> ]]></content:encoded> </item> <item><title>By: RajeshR</title><link>http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-in-eclipse.html/comment-page-4#comment-25830</link> <dc:creator>RajeshR</dc:creator> <pubDate>Sat, 04 Feb 2012 13:22:40 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=293#comment-25830</guid> <description>@srinu Modify execute in LoginAction Class for handling different targets for diff. users. Also add relevant targets(forward) in struts-config.xmlHope this helps.</description> <content:encoded><![CDATA[<p>@srinu<br /> Modify execute in LoginAction Class for handling different targets for diff. users.<br /> Also add relevant targets(forward) in struts-config.xml</p><p>Hope this helps.</p> ]]></content:encoded> </item> <item><title>By: Sekar</title><link>http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-in-eclipse.html/comment-page-4#comment-25796</link> <dc:creator>Sekar</dc:creator> <pubDate>Thu, 02 Feb 2012 21:39:56 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=293#comment-25796</guid> <description>Nice Tutorial. Was able to successfully run the application.</description> <content:encoded><![CDATA[<p>Nice Tutorial. Was able to successfully run the application.</p> ]]></content:encoded> </item> <item><title>By: Dev</title><link>http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-in-eclipse.html/comment-page-4#comment-25727</link> <dc:creator>Dev</dc:creator> <pubDate>Mon, 30 Jan 2012 11:58:52 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=293#comment-25727</guid> <description>www.findjar.com</description> <content:encoded><![CDATA[<p><a href="http://www.findjar.com" rel="nofollow">http://www.findjar.com</a></p> ]]></content:encoded> </item> <item><title>By: srinu</title><link>http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-in-eclipse.html/comment-page-4#comment-25548</link> <dc:creator>srinu</dc:creator> <pubDate>Wed, 25 Jan 2012 17:51:49 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=293#comment-25548</guid> <description>pls any body help me..............i have some problem what is it that i am creating login page..in that login 3 types of users there..when click the login button it is identify the which type of user entered in this site..how it is recoginised..pls send me the code and explain it../........</description> <content:encoded><![CDATA[<p>pls any body help me&#8230;&#8230;&#8230;&#8230;..i have some problem what is it that i am creating login page..in that login 3 types of users there..when click the login button it is identify the which type of user entered in this site..how it is recoginised..pls send me the code and explain it../&#8230;&#8230;..</p> ]]></content:encoded> </item> <item><title>By: shilkesha</title><link>http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-in-eclipse.html/comment-page-4#comment-25497</link> <dc:creator>shilkesha</dc:creator> <pubDate>Tue, 24 Jan 2012 17:15:04 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=293#comment-25497</guid> <description>Hi Viral,I m getting below error: org.apache.jasper.JasperException: /index.jsp (line: 2, column: 74) File &quot;/WEB-INF/struts-html.tld&quot; not found org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:42) org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:408) org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:133) org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:166) org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:410) org.apache.jasper.compiler.Parser.parseDirective(Parser.java:475) org.apache.jasper.compiler.Parser.parseElements(Parser.java:1425) org.apache.jasper.compiler.Parser.parse(Parser.java:138) org.apache.jasper.compiler.ParserController.doParse(ParserController.java:242) org.apache.jasper.compiler.ParserController.parse(ParserController.java:102) org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:198) org.apache.jasper.compiler.Compiler.compile(Compiler.java:373) org.apache.jasper.compiler.Compiler.compile(Compiler.java:353) org.apache.jasper.compiler.Compiler.compile(Compiler.java:340) org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:646) org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:357) org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334) javax.servlet.http.HttpServlet.service(HttpServlet.java:722)in web.xml following declaration are:http://jakarta.apache.org/struts/tags-html /WEB-INF/struts-html.tld http://jakarta.apache.org/struts/tags-bean /WEB-INF/struts-bean.tldtaglib declaration in jsp are:Please help to solve the error.</description> <content:encoded><![CDATA[<p>Hi Viral,</p><p>I m getting below error:<br /> org.apache.jasper.JasperException: /index.jsp (line: 2, column: 74) File &#8220;/WEB-INF/struts-html.tld&#8221; not found<br /> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:42)<br /> org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:408)<br /> org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:133)<br /> org.apache.jasper.compiler.TagLibraryInfoImpl.(TagLibraryInfoImpl.java:166)<br /> org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:410)<br /> org.apache.jasper.compiler.Parser.parseDirective(Parser.java:475)<br /> org.apache.jasper.compiler.Parser.parseElements(Parser.java:1425)<br /> org.apache.jasper.compiler.Parser.parse(Parser.java:138)<br /> org.apache.jasper.compiler.ParserController.doParse(ParserController.java:242)<br /> org.apache.jasper.compiler.ParserController.parse(ParserController.java:102)<br /> org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:198)<br /> org.apache.jasper.compiler.Compiler.compile(Compiler.java:373)<br /> org.apache.jasper.compiler.Compiler.compile(Compiler.java:353)<br /> org.apache.jasper.compiler.Compiler.compile(Compiler.java:340)<br /> org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:646)<br /> org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:357)<br /> org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)<br /> org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)<br /> javax.servlet.http.HttpServlet.service(HttpServlet.java:722)</p><p>in web.xml following declaration are:</p><p> <a href="http://jakarta.apache.org/struts/tags-html" rel="nofollow">http://jakarta.apache.org/struts/tags-html</a><br /> /WEB-INF/struts-html.tld</p><p> <a href="http://jakarta.apache.org/struts/tags-bean" rel="nofollow">http://jakarta.apache.org/struts/tags-bean</a><br /> /WEB-INF/struts-bean.tld</p><p>taglib declaration in jsp are:</p><p>Please help to solve the error.</p> ]]></content:encoded> </item> <item><title>By: krishna</title><link>http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-in-eclipse.html/comment-page-4#comment-24970</link> <dc:creator>krishna</dc:creator> <pubDate>Wed, 18 Jan 2012 06:47:17 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=293#comment-24970</guid> <description>guys, please help me...I m not able to run any struts application, even the &quot;struts2-blank&quot; application which comes with Struts2.zip is also not running. I have installed and uninstalled tomcat for 5 time.Any help will be appreciated.</description> <content:encoded><![CDATA[<p>guys, please help me&#8230;</p><p>I m not able to run any struts application, even the &#8220;struts2-blank&#8221; application which comes with Struts2.zip is also not running.<br /> I have installed and uninstalled tomcat for 5 time.</p><p>Any help will be appreciated.</p> ]]></content:encoded> </item> <item><title>By: Steve</title><link>http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-in-eclipse.html/comment-page-4#comment-24179</link> <dc:creator>Steve</dc:creator> <pubDate>Thu, 12 Jan 2012 20:03:24 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=293#comment-24179</guid> <description>The html and bean taglib URI&#039;s with http://jakarta.apache.org/struts/ seem to no longer be valid.   I replaced with http://struts.apache.org/ and it worked.</description> <content:encoded><![CDATA[<p>The html and bean taglib URI&#8217;s with <a href="http://jakarta.apache.org/struts/" rel="nofollow">http://jakarta.apache.org/struts/</a> seem to no longer be valid.   I replaced with <a href="http://struts.apache.org/" rel="nofollow">http://struts.apache.org/</a> and it worked.</p> ]]></content:encoded> </item> <item><title>By: sneha</title><link>http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-in-eclipse.html/comment-page-4#comment-24094</link> <dc:creator>sneha</dc:creator> <pubDate>Thu, 12 Jan 2012 10:06:21 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=293#comment-24094</guid> <description>Hi Viral, Even i m facing the same problem  javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection...I hv followed everything still I m unable to resolve... I am using RAD toolThanks in advance</description> <content:encoded><![CDATA[<p>Hi Viral,<br /> Even i m facing the same problem  javax.servlet.jsp.JspException: Cannot find ActionMappings or ActionFormBeans collection&#8230;I hv followed everything still I m unable to resolve&#8230; I am using RAD tool</p><p>Thanks in advance</p> ]]></content:encoded> </item> <item><title>By: Kaushik</title><link>http://viralpatel.net/blogs/2008/12/tutorial-creating-struts-application-in-eclipse.html/comment-page-4#comment-23923</link> <dc:creator>Kaushik</dc:creator> <pubDate>Wed, 11 Jan 2012 10:38:09 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=293#comment-23923</guid> <description>Yes Viral, its added... .............................</description> <content:encoded><![CDATA[<p>Yes Viral, its added&#8230;</p><p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..</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:13:26 -->
