<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Making Life Simple &#187; jsp</title>
	<atom:link href="http://www.lalitmehta.com/home/tag/jsp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lalitmehta.com/home</link>
	<description></description>
	<lastBuildDate>Tue, 09 Feb 2010 21:36:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Difference between request.getParameter() and request.getAttribute()</title>
		<link>http://www.lalitmehta.com/home/2006/07/23/difference-between-requestgetparameter-and-requestgetattribute/</link>
		<comments>http://www.lalitmehta.com/home/2006/07/23/difference-between-requestgetparameter-and-requestgetattribute/#comments</comments>
		<pubDate>Mon, 24 Jul 2006 06:33:32 +0000</pubDate>
		<dc:creator>lalit</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[jsp]]></category>

		<guid isPermaLink="false">http://www.lalitmehta.com/home/?p=11</guid>
		<description><![CDATA[The difference between getAttribute() and getParameter() is that getParameter() will return the value of a parameter that was submitted by an HTML form or that was included in a query string. getAttribute() returns an object that you have set in the request, the only way you can use this is in conjunction with a RequestDispatcher. [...]]]></description>
			<content:encoded><![CDATA[<p>The difference between getAttribute() and getParameter() is that getParameter() will return the value of a parameter that was submitted by an HTML form or that was included in a query string.</p>
<p>getAttribute() returns an object that you have set in the request, the only way you can use this is in conjunction with a RequestDispatcher. You use a RequestDispatcher to forward a request to another resource (JSP / Servlet). So before you forward the request you can set an attribute which will be available to the next resource.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lalitmehta.com/home/2006/07/23/difference-between-requestgetparameter-and-requestgetattribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
