<?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: Annotated Web MVC Controllers in Spring 2.5</title>
	<atom:link href="http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Kumaran</title>
		<link>http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/comment-page-2/#comment-195617</link>
		<dc:creator>Kumaran</dc:creator>
		<pubDate>Thu, 16 Jun 2011 12:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/14/annotated-web-mvc-controllers-in-spring-25/#comment-195617</guid>
		<description>hi,
all am getting below error..could any one tell me solution to overcome this error

javax.servlet.ServletException: javax.servlet.jsp.JspTagException: Neither BindingResult nor plain target object for bean name &#039;login&#039; available as request attribute

root cause</description>
		<content:encoded><![CDATA[<p>hi,<br />
all am getting below error..could any one tell me solution to overcome this error</p>
<p>javax.servlet.ServletException: javax.servlet.jsp.JspTagException: Neither BindingResult nor plain target object for bean name &#039;login&#039; available as request attribute</p>
<p>root cause</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mmnn</title>
		<link>http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/comment-page-2/#comment-195616</link>
		<dc:creator>mmnn</dc:creator>
		<pubDate>Thu, 16 Jun 2011 12:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/14/annotated-web-mvc-controllers-in-spring-25/#comment-195616</guid>
		<description>ujj</description>
		<content:encoded><![CDATA[<p>ujj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay</title>
		<link>http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/comment-page-2/#comment-188657</link>
		<dc:creator>Ajay</dc:creator>
		<pubDate>Thu, 03 Mar 2011 07:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/14/annotated-web-mvc-controllers-in-spring-25/#comment-188657</guid>
		<description>@Resource annotation is used for what purpose?</description>
		<content:encoded><![CDATA[<p>@Resource annotation is used for what purpose?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kingkongyu</title>
		<link>http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/comment-page-2/#comment-179484</link>
		<dc:creator>kingkongyu</dc:creator>
		<pubDate>Sat, 27 Nov 2010 14:44:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/14/annotated-web-mvc-controllers-in-spring-25/#comment-179484</guid>
		<description>I have a problem with the spring 2.5, In mvc 2.0 i just overwrite the getCommand() method to custom the object from request, and now i&#039;m moving to spring 2.5 im not good at it.How can i write the same function by using annotation.Thanks for help</description>
		<content:encoded><![CDATA[<p>I have a problem with the spring 2.5, In mvc 2.0 i just overwrite the getCommand() method to custom the object from request, and now i&#039;m moving to spring 2.5 im not good at it.How can i write the same function by using annotation.Thanks for help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Achilles</title>
		<link>http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/comment-page-2/#comment-179006</link>
		<dc:creator>Thomas Achilles</dc:creator>
		<pubDate>Sat, 20 Nov 2010 07:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/14/annotated-web-mvc-controllers-in-spring-25/#comment-179006</guid>
		<description>Hi,

I&#039;m trying to retrive a blobs, which contains images in jsp using spring. I find many smaples to upload a images. Is there any specific enhancement available to display the images using Spring?

or do we have to follow the traditional code like converting the byte stream to file and displaying it?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#039;m trying to retrive a blobs, which contains images in jsp using spring. I find many smaples to upload a images. Is there any specific enhancement available to display the images using Spring?</p>
<p>or do we have to follow the traditional code like converting the byte stream to file and displaying it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spring MVC form handling annotation example</title>
		<link>http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/comment-page-2/#comment-175257</link>
		<dc:creator>Spring MVC form handling annotation example</dc:creator>
		<pubDate>Thu, 19 Aug 2010 21:46:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/14/annotated-web-mvc-controllers-in-spring-25/#comment-175257</guid>
		<description>[...] Annotated web mvc controllers in spring 2.5 [...]</description>
		<content:encoded><![CDATA[<p>[...] Annotated web mvc controllers in spring 2.5 [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: khalid</title>
		<link>http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/comment-page-2/#comment-175131</link>
		<dc:creator>khalid</dc:creator>
		<pubDate>Sat, 14 Aug 2010 13:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/14/annotated-web-mvc-controllers-in-spring-25/#comment-175131</guid>
		<description>Hello,
I try to mapp a request a request to a method I did this

@RequestMapping(value = { &quot;/grade/{note&quot; }, method = RequestMethod.GET)
    protected ModelAndView getDetailGradePage(@PathVariable String note) {
        return null;
    }
It works fine, the problem is when I have a note with point, exemple grade/15.5
I tried this:
 @RequestMapping(value = { &quot;/grade/{gradetIdentifierPre}.{gradeIdentifierSuff}&quot; }, method = RequestMethod.GET)
    protected ModelAndView getDetailGradePage(@PathVariable String gradeIdentifierPre,
                                                @PathVariable String gradeIdentifierSuff) {
        return null;
    }
but unfortuannaly the first method is called not the second one,
thanks in advance for help</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I try to mapp a request a request to a method I did this</p>
<p>@RequestMapping(value = { &#034;/grade/{note&#034; }, method = RequestMethod.GET)<br />
    protected ModelAndView getDetailGradePage(@PathVariable String note) {<br />
        return null;<br />
    }<br />
It works fine, the problem is when I have a note with point, exemple grade/15.5<br />
I tried this:<br />
 @RequestMapping(value = { &#034;/grade/{gradetIdentifierPre}.{gradeIdentifierSuff}&#034; }, method = RequestMethod.GET)<br />
    protected ModelAndView getDetailGradePage(@PathVariable String gradeIdentifierPre,<br />
                                                @PathVariable String gradeIdentifierSuff) {<br />
        return null;<br />
    }<br />
but unfortuannaly the first method is called not the second one,<br />
thanks in advance for help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shridhan</title>
		<link>http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/comment-page-2/#comment-173156</link>
		<dc:creator>shridhan</dc:creator>
		<pubDate>Thu, 03 Jun 2010 07:46:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/14/annotated-web-mvc-controllers-in-spring-25/#comment-173156</guid>
		<description>Shridhan Automation is a Manufactures, Exporters &amp; Suppliers a wide variety of Level switches, Level switches for liquids and Level Transmitters for liquids in India.</description>
		<content:encoded><![CDATA[<p>Shridhan Automation is a Manufactures, Exporters &amp; Suppliers a wide variety of Level switches, Level switches for liquids and Level Transmitters for liquids in India.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shah salman roshan</title>
		<link>http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/comment-page-2/#comment-171394</link>
		<dc:creator>shah salman roshan</dc:creator>
		<pubDate>Tue, 23 Feb 2010 10:32:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/14/annotated-web-mvc-controllers-in-spring-25/#comment-171394</guid>
		<description>I like it. Thanks.</description>
		<content:encoded><![CDATA[<p>I like it. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Smith</title>
		<link>http://blog.springsource.org/2007/11/14/annotated-web-mvc-controllers-in-spring-25/comment-page-2/#comment-170820</link>
		<dc:creator>John Smith</dc:creator>
		<pubDate>Sun, 03 Jan 2010 19:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2007/11/14/annotated-web-mvc-controllers-in-spring-25/#comment-170820</guid>
		<description>Hi:

Thank for the example!!!
Does anybody know where I can download the source code for this example.
I download &quot;spring-framework-2.5.6.SEC01&quot; but I can&#039;t seemed to find a sample with Spring Annotations for MVC &quot;C:\Download\Spring25\temp\spring-framework-2.5.6.SEC01\samples&quot;. Does anybody know where to download a good full sample of  how to use Spring MVC Annotations.
I google on the internet for a sample Spring MVC Annotations but could not find any good one.

Any help or hint would be greatly appreciated it.

Yours,

Frustrated.</description>
		<content:encoded><![CDATA[<p>Hi:</p>
<p>Thank for the example!!!<br />
Does anybody know where I can download the source code for this example.<br />
I download &#034;spring-framework-2.5.6.SEC01&#034; but I can&#039;t seemed to find a sample with Spring Annotations for MVC &#034;C:\Download\Spring25\temp\spring-framework-2.5.6.SEC01\samples&#034;. Does anybody know where to download a good full sample of  how to use Spring MVC Annotations.<br />
I google on the internet for a sample Spring MVC Annotations but could not find any good one.</p>
<p>Any help or hint would be greatly appreciated it.</p>
<p>Yours,</p>
<p>Frustrated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

