<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.92" xml:lang="en-US">
	<channel>
		<title>JavaBeat Forum - Java Server Pages(JSP)</title>
		<link>http://forums.javabeat.net/index.php</link>
		<description><![CDATA[Live information from JavaBeat Forum]]></description>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/JavabeatForum-JSP" type="application/rss+xml" /><item>
			<title><![CDATA[How can i retrieve and edit images using jsp]]></title>
			<link>http://feeds.feedburner.com/~r/JavabeatForum-JSP/~3/214831159/index.php</link>
			<description>I want to retrieve images from Database(say ORACLE) and i want to display in client using jsp.&lt;br /&gt;&lt;br /&gt;After i want to edit that images , i may draw circle or make anything in that images and i want to store it again into Database.&lt;br /&gt;&lt;br /&gt;How can i do this in JSP???&lt;br /&gt;...&lt;img src="http://feeds.feedburner.com/~r/JavabeatForum-JSP/~4/214831159" height="1" width="1"/&gt;</description>
			<author>ganeshps84@gmail.com</author>
			<category><![CDATA[Java Server Pages(JSP)]]></category>
			<comments>http://forums.javabeat.net/index.php?action=post;topic=238.0</comments>
			<pubDate>Fri, 11 Jan 2008 06:49:25 GMT</pubDate>
			<guid>http://forums.javabeat.net/index.php?topic=238.msg470#msg470</guid>
		<feedburner:origLink>http://forums.javabeat.net/index.php?topic=238.msg470#msg470</feedburner:origLink></item>
		<item>
			<title><![CDATA[Expression Language in JSP 2.0 [ Tips ]]>]</title>
			<link>http://feeds.feedburner.com/~r/JavabeatForum-JSP/~3/146935952/index.php</link>
			<description>Expression Language was first introduced in JSTL 1.0 (JSP Standard Tag Library ). Before the introduction of JSTL, scriptlets were used to manipulate application data.JSTL introduced the concept of an expression language (EL) which simplified the page ...&lt;img src="http://feeds.feedburner.com/~r/JavabeatForum-JSP/~4/146935952" height="1" width="1"/&gt;</description>
			<author>krishna.sa@gmail.com</author>
			<category><![CDATA[Java Server Pages(JSP)]]></category>
			<comments>http://forums.javabeat.net/index.php?action=post;topic=163.0</comments>
			<pubDate>Wed, 22 Aug 2007 14:29:29 GMT</pubDate>
			<guid>http://forums.javabeat.net/index.php?topic=163.msg309#msg309</guid>
		<feedburner:origLink>http://forums.javabeat.net/index.php?topic=163.msg309#msg309</feedburner:origLink></item>
		<item>
			<title><![CDATA[Re: Help with Expression Language]]></title>
			<link>http://feeds.feedburner.com/~r/JavabeatForum-JSP/~3/140805308/index.php</link>
			<description>This article may help you:&lt;br /&gt;&lt;a href="http://www.ibm.com/developerworks/java/library/j-jstl0211.html" target="_blank"&gt;http://www.ibm.com/developerworks/java/library/j-jstl0211.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="quoteheader"&gt;Quote&lt;/div&gt;&lt;div class="quote"&gt;In JSP 1.2, the attributes of JSP actions are specified using either static character strings or, where permitted, expressions. In Listing 2, for example, ...&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/JavabeatForum-JSP/~4/140805308" height="1" width="1"/&gt;</description>
			<author>krishna.sa@gmail.com</author>
			<category><![CDATA[Java Server Pages(JSP)]]></category>
			<comments>http://forums.javabeat.net/index.php?action=post;topic=91.0</comments>
			<pubDate>Thu, 26 Jul 2007 07:24:43 GMT</pubDate>
			<guid>http://forums.javabeat.net/index.php?topic=91.msg174#msg174</guid>
		<feedburner:origLink>http://forums.javabeat.net/index.php?topic=91.msg174#msg174</feedburner:origLink></item>
		<item>
			<title><![CDATA[Re: Help with Expression Language]]></title>
			<link>http://feeds.feedburner.com/~r/JavabeatForum-JSP/~3/140805309/index.php</link>
			<description>&lt;br /&gt;Are you working on the EL enabled container. If you are working on the earlier versions of the server, it will not work. Can you post the code here?&lt;br /&gt;&lt;img src="http://feeds.feedburner.com/~r/JavabeatForum-JSP/~4/140805309" height="1" width="1"/&gt;</description>
			<author>krishna.sa@gmail.com</author>
			<category><![CDATA[Java Server Pages(JSP)]]></category>
			<comments>http://forums.javabeat.net/index.php?action=post;topic=91.0</comments>
			<pubDate>Thu, 26 Jul 2007 07:20:09 GMT</pubDate>
			<guid>http://forums.javabeat.net/index.php?topic=91.msg173#msg173</guid>
		<feedburner:origLink>http://forums.javabeat.net/index.php?topic=91.msg173#msg173</feedburner:origLink></item>
		<item>
			<title><![CDATA[Help with Expression Language]]></title>
			<link>http://feeds.feedburner.com/~r/JavabeatForum-JSP/~3/140805310/index.php</link>
			<description>Hi,&lt;br /&gt;&lt;br /&gt;I am facing a funny problem with Expression Language in JSP specs 2.0. Whenever I write any statement using EL , the entire string gets printed as HTML output. &lt;br /&gt;For e.g. If I write something like, say,&lt;br /&gt;&amp;lt;HTML&amp;gt;&lt;br /&gt;&amp;lt;BODY&amp;gt;&lt;br /&gt;the result of 2*2 is : ${2*2}&lt;br /&gt;&amp;lt;/...&lt;img src="http://feeds.feedburner.com/~r/JavabeatForum-JSP/~4/140805310" height="1" width="1"/&gt;</description>
			<author>shetyedinesh@yahoo.co.in</author>
			<category><![CDATA[Java Server Pages(JSP)]]></category>
			<comments>http://forums.javabeat.net/index.php?action=post;topic=91.0</comments>
			<pubDate>Thu, 26 Jul 2007 06:21:01 GMT</pubDate>
			<guid>http://forums.javabeat.net/index.php?topic=91.msg172#msg172</guid>
		<feedburner:origLink>http://forums.javabeat.net/index.php?topic=91.msg172#msg172</feedburner:origLink></item>
	</channel>
</rss>
