<?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 for ViralPatel.net</title> <atom:link href="http://viralpatel.net/blogs/comments/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs</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>Comment on Tutorial:Create Spring 3 MVC Hibernate 3 Example using Maven in Eclipse by Chandrasekhar</title><link>http://viralpatel.net/blogs/2010/11/spring3-mvc-hibernate-maven-tutorial-eclipse-example.html/comment-page-3#comment-25891</link> <dc:creator>Chandrasekhar</dc:creator> <pubDate>Wed, 08 Feb 2012 10:36:26 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=2052#comment-25891</guid> <description>I Got the Below mentioned Error wen i run the program.... Can Any one Help me to get out of this prob????SEVERE: Context initialization failed org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx] Offending resource: ServletContext resource [/WEB-INF/spring-servlet.xml]at org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:68) at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:85) at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:80) at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.error(BeanDefinitionParserDelegate.java:284)</description> <content:encoded><![CDATA[<p>I Got the Below mentioned Error wen i run the program&#8230;. Can Any one Help me to get out of this prob????</p><p>SEVERE: Context initialization failed<br /> org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem: Unable to locate Spring NamespaceHandler for XML schema namespace [http://www.springframework.org/schema/tx]<br /> Offending resource: ServletContext resource [/WEB-INF/spring-servlet.xml]</p><p> at org.springframework.beans.factory.parsing.FailFastProblemReporter.error(FailFastProblemReporter.java:68)<br /> at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:85)<br /> at org.springframework.beans.factory.parsing.ReaderContext.error(ReaderContext.java:80)<br /> at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.error(BeanDefinitionParserDelegate.java:284)</p> ]]></content:encoded> </item> <item><title>Comment on Tutorial:Create Spring 3 MVC Hibernate 3 Example using Maven in Eclipse by sham</title><link>http://viralpatel.net/blogs/2010/11/spring3-mvc-hibernate-maven-tutorial-eclipse-example.html/comment-page-3#comment-25887</link> <dc:creator>sham</dc:creator> <pubDate>Tue, 07 Feb 2012 23:40:36 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=2052#comment-25887</guid> <description>HIi Guys, This sounds like a great work by Viral. Thanks for this. I am a novice too for spring3 and hibernate. When I run the project with this pom file4.0.0 Spring3HibernateMaven Spring3HibernateMaven war 0.0.1-SNAPSHOT maven-compiler-plugin 1.5 1.5 maven-war-plugin 2.0 javax.servlet servlet-api 2.5 org.springframework spring-beans ${org.springframework.version} org.springframework spring-jdbc ${org.springframework.version} org.springframework spring-web ${org.springframework.version} org.springframework spring-webmvc ${org.springframework.version} org.springframework spring-core ${org.springframework.version} org.springframework spring-expression ${org.springframework.version} org.springframework spring-tx ${org.springframework.version} org.springframework spring-orm ${org.springframework.version} org.hibernate hibernate-entitymanager 3.6.0.Final &lt;!--was off  --&gt; &lt;!-- org.slf4j slf4j-log4j12 1.4.2 --&gt; taglibs standard 1.1.2 javax.servlet jstl 1.1.2 mysql mysql-connector-java 5.1.11&lt;!-- 5.1.10 --&gt; commons-dbcp commons-dbcp 20030825.184428 commons-pool commons-pool 20030825.183949 3.0.2.RELEASE UTF-8Please note that I had to add more of spring dependency to make it run, also mysql dependency to match my database.I am using tomcat7, eclipse Helios 3.7, java 6 with m2e plugins.This works fine but when I try to run I get error saying&#039; org.hibernate.MappingException: Unable to load class [ net.viralpatel.contact.form.Contact] declared in Hibernate configuration  entryCoud any on help me please? sham</description> <content:encoded><![CDATA[<p>HIi Guys,<br /> This sounds like a great work by Viral. Thanks for this.</p><p>I am a novice too for spring3 and hibernate. When I run the project with this pom file</p><p> 4.0.0<br /> Spring3HibernateMaven<br /> Spring3HibernateMaven<br /> war<br /> 0.0.1-SNAPSHOT</p><p> maven-compiler-plugin</p><p> 1.5<br /> 1.5</p><p> maven-war-plugin<br /> 2.0</p><p> javax.servlet<br /> servlet-api<br /> 2.5</p><p> org.springframework<br /> spring-beans<br /> ${org.springframework.version}</p><p> org.springframework<br /> spring-jdbc<br /> ${org.springframework.version}</p><p> org.springframework<br /> spring-web<br /> ${org.springframework.version}</p><p> org.springframework<br /> spring-webmvc<br /> ${org.springframework.version}</p><p> org.springframework<br /> spring-core<br /> ${org.springframework.version}</p><p> org.springframework<br /> spring-expression<br /> ${org.springframework.version}</p><p> org.springframework<br /> spring-tx<br /> ${org.springframework.version}</p><p> org.springframework<br /> spring-orm<br /> ${org.springframework.version}</p><p> org.hibernate<br /> hibernate-entitymanager<br /> 3.6.0.Final</p><p> <br /> &lt;!&#8211;<br /> org.slf4j<br /> slf4j-log4j12<br /> 1.4.2<br /> &#8211;&gt;</p><p> taglibs<br /> standard<br /> 1.1.2</p><p> javax.servlet<br /> jstl<br /> 1.1.2</p><p> mysql<br /> mysql-connector-java<br /> 5.1.11</p><p> commons-dbcp<br /> commons-dbcp<br /> 20030825.184428</p><p> commons-pool<br /> commons-pool<br /> 20030825.183949</p><p> 3.0.2.RELEASE<br /> UTF-8</p><p>Please note that I had to add more of spring dependency to make it run, also mysql dependency to match my database.</p><p>I am using tomcat7, eclipse Helios 3.7, java 6 with m2e plugins.</p><p>This works fine but when I try to run I get error saying&#8217;<br /> org.hibernate.MappingException: Unable to load class [ net.viralpatel.contact.form.Contact] declared in Hibernate configuration  entry</p><p>Coud any on help me please?<br /> sham</p> ]]></content:encoded> </item> <item><title>Comment on Dynamically add button, textbox, input, radio elements in html form using JavaScript. by Nichole</title><link>http://viralpatel.net/blogs/2009/01/dynamic-add-textbox-input-button-radio-element-html-javascript.html/comment-page-2#comment-25882</link> <dc:creator>Nichole</dc:creator> <pubDate>Tue, 07 Feb 2012 18:36:28 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=672#comment-25882</guid> <description>I have figured out my function part of my javascript code but am having trouble putting it all together for the output text boxes. this if for a tip calculator. I basically need to be able to put a $ amount in and have it come out as a 15% tip with a total box. I know I am making this way more complicated than it needs to be. If there is anyone that can help I would appreciate it!  Thank you!!!Tip Calculator function figureTip() { var bill = document.forms[1].bill.value; var tipPercent = document.forms[1].tip_percent.value; var numPeople = document.forms[1].num_people.value; var tipAmount = bill * (&quot;.&quot; + tipPercent); var total = bill * (1 + &quot;.&quot; + tipPercent); totalPerPerson = total / numPeople; document.forms[1].tip_amount.value = tipAmount.toFixed(2); document.forms[1].total.value = total.toFixed(2); document.forms[1].total_person.value = totalPerPerson.toFixed(2); }Tip CalculatorEnter the check amount: $ Tip percentage: 15% </description> <content:encoded><![CDATA[<p>I have figured out my function part of my javascript code but am having trouble putting it all together for the output text boxes. this if for a tip calculator. I basically need to be able to put a $ amount in and have it come out as a 15% tip with a total box. I know I am making this way more complicated than it needs to be. If there is anyone that can help I would appreciate it!  Thank you!!!</p><p> Tip Calculator</p><p> function figureTip()<br /> {<br /> var bill = document.forms[1].bill.value;<br /> var tipPercent = document.forms[1].tip_percent.value;<br /> var numPeople = document.forms[1].num_people.value;<br /> var tipAmount = bill * (&#8220;.&#8221; + tipPercent);<br /> var total = bill * (1 + &#8220;.&#8221; + tipPercent);<br /> totalPerPerson = total / numPeople;<br /> document.forms[1].tip_amount.value = tipAmount.toFixed(2);<br /> document.forms[1].total.value = total.toFixed(2);<br /> document.forms[1].total_person.value = totalPerPerson.toFixed(2);<br /> }</p><p> Tip Calculator</p><p> Enter the check amount: $</p><p> Tip percentage: 15%</p> ]]></content:encoded> </item> <item><title>Comment on Understanding jQuery animate() function by Alt</title><link>http://viralpatel.net/blogs/2010/03/understanding-jquery-animate-function.html/comment-page-1#comment-25880</link> <dc:creator>Alt</dc:creator> <pubDate>Tue, 07 Feb 2012 16:11:38 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=2045#comment-25880</guid> <description>How does the reset button (next to the animate buttons) work?</description> <content:encoded><![CDATA[<p>How does the reset button (next to the animate buttons) work?</p> ]]></content:encoded> </item> <item><title>Comment on Tutorial: Create JSP custom tag library by Viman</title><link>http://viralpatel.net/blogs/2008/12/tutorial-create-custom-tag-library-taglib-in-jsp.html/comment-page-1#comment-25879</link> <dc:creator>Viman</dc:creator> <pubDate>Tue, 07 Feb 2012 13:36:30 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=535#comment-25879</guid> <description>I tried your example and it works perfectly fine for me. Thanks for posting this.</description> <content:encoded><![CDATA[<p>I tried your example and it works perfectly fine for me. Thanks for posting this.</p> ]]></content:encoded> </item> <item><title>Comment on Create Simplest Accordion Menu using jQuery by prakash ranjan</title><link>http://viralpatel.net/blogs/2009/09/create-accordion-menu-jquery.html/comment-page-1#comment-25876</link> <dc:creator>prakash ranjan</dc:creator> <pubDate>Tue, 07 Feb 2012 11:58:48 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1782#comment-25876</guid> <description>nice post!!!!!!!!!!!!!!</description> <content:encoded><![CDATA[<p>nice post!!!!!!!!!!!!!!</p> ]]></content:encoded> </item> <item><title>Comment on Hibernate One To Many XML Mapping Tutorial by farhaan</title><link>http://viralpatel.net/blogs/2011/12/hibernate-one-to-many-xml-mapping-tutorial.html/comment-page-1#comment-25875</link> <dc:creator>farhaan</dc:creator> <pubDate>Tue, 07 Feb 2012 10:56:03 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=2230#comment-25875</guid> <description>i want one to many map example. where no cascade option is used.</description> <content:encoded><![CDATA[<p>i want one to many map example. where no cascade option is used.</p> ]]></content:encoded> </item> <item><title>Comment on jQuery tabs: Create HTML tabs using jQuery UI by Sakina</title><link>http://viralpatel.net/blogs/2009/04/jquery-tabs-create-html-tabs-using-jquery-ui.html/comment-page-1#comment-25874</link> <dc:creator>Sakina</dc:creator> <pubDate>Tue, 07 Feb 2012 08:40:48 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=1234#comment-25874</guid> <description>Nice work. But I want the links on the left side and content on the right side.</description> <content:encoded><![CDATA[<p>Nice work.<br /> But I want the links on the left side and content on the right side.</p> ]]></content:encoded> </item> <item><title>Comment on Spring 3 MVC: Create Hello World application in Spring 3.0 MVC by beachamp</title><link>http://viralpatel.net/blogs/2010/06/spring-3-mvc-create-hello-world-application-spring-3-mvc.html/comment-page-3#comment-25873</link> <dc:creator>beachamp</dc:creator> <pubDate>Tue, 07 Feb 2012 08:40:27 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=2063#comment-25873</guid> <description>taglib uri=&quot;http://java.sun.com/jstl/core&quot; prefix=&quot;c&quot; </description> <content:encoded><![CDATA[<p>taglib uri=&#8221;http://java.sun.com/jstl/core&#8221; prefix=&#8221;c&#8221;</p> ]]></content:encoded> </item> <item><title>Comment on Spring 3 MVC: Create Hello World application in Spring 3.0 MVC by beachamp</title><link>http://viralpatel.net/blogs/2010/06/spring-3-mvc-create-hello-world-application-spring-3-mvc.html/comment-page-3#comment-25872</link> <dc:creator>beachamp</dc:creator> <pubDate>Tue, 07 Feb 2012 08:38:40 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=2063#comment-25872</guid> <description>I had a run via Eclipse today, it ran successfully without the above change in hello.jsp. Strange!! The environment difference is jetty 7.4.1 to 7.5.1(in Eclipse). Other lib were same.</description> <content:encoded><![CDATA[<p>I had a run via Eclipse today, it ran successfully without the above change in hello.jsp. Strange!! The environment difference is jetty 7.4.1 to 7.5.1(in Eclipse). Other lib were same.</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-08 20:11:14 -->
