Search Options
close
Search the following clips:
All Clips
Sign Up
Install
Learn More
Login
StrutsTomcat
vaannila
follow
0
6-30-2009 6:15 PM
20 views
tags:
struts
,
tomcat
Add a Comment
Login
to Comment. Not a member yet?
Sign up
Today's Top Clips
My response to McAfee about Clipmarks
Grow your own false teeth
Happy New Year
Woman Annoyed over Cat
Miracle at Memorial: Mom and Baby Die During Labor, Revived
Honey, I've set the kids on fire...
The Known Universe
Danish Paper - Obama Greater Than Jesus
Ted Nugent may be the last sane American
Amazing Clouds
visit the
Top Clips page
View the Top Clips from
June 30, 2009
Embed This Clip In Your Site...
<div style="margin: 12px 0px; font-family: arial; color: #333333; background: #ffffff; border: solid 4px #e5e5e5; width: 100%; clear: left;"><div class="CM_CTB_Content_Wrap" style="margin: 0px; padding: 0px;background-color: #ffffff;"><div style="border-bottom: solid 1px #dcdcdc; white-space: nowrap; margin-bottom: 8px; background-color: #eeeeee ;background-image: url(http://clipmarks.com/images/source-bg.gif); background-repeat: repeat-x; height: 24px; line-height: 24px; vertical-align: middle; padding-bottom: 4px; color: #666666; font-size: 10px;" ><a href="http://clipmarks.com/clip-to-blog/" title="see clips that are hot right now"><img src="http://content.clipmarks.com/blog_embed/7d4340f4-c35c-41a0-bfc6-bc980e40ee25/8D9CF6B1-5B54-4435-8E7D-DC52745D4C4A/" alt="" width="19" height="19" border="0" style="vertical-align: middle; margin: 0px 4px; display: inline; border: none; float:none;" /></a>clipped from <a title="http://www.vaannila.com/struts/struts-tutorial/struts-tutorial-using-eclipse-4.html" href="http://www.vaannila.com/struts/struts-tutorial/struts-tutorial-using-eclipse-4.html" style="font-size: 11px;">www.vaannila.com</a></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.vaannila.com/struts/struts-tutorial/struts-tutorial-using-eclipse-4.html"><DIV class="index"><A rel="nofollow" href="http://www.vaannila.com/struts/struts-tutorial/struts-tutorial.html">Struts 1</A></DIV></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.vaannila.com/struts/struts-tutorial/struts-tutorial-using-eclipse-4.html"><P> When we run the application the index.jsp page will be executed first. In the <EM>index.jsp</EM> page we redirect the request to the <EM>helloWorld.do</EM> URI, which inturn invokes the <EM>HelloWorldAction</EM>. </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.vaannila.com/struts/struts-tutorial/struts-tutorial-using-eclipse-4.html"><CODE class="plain"><%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %></CODE></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.vaannila.com/struts/struts-tutorial/struts-tutorial-using-eclipse-4.html"><SPAN class="block"><CODE class="plain"><</CODE><CODE class="keyword">logic:redirect</CODE> <CODE class="color1">forward</CODE><CODE class="plain">=</CODE><CODE class="string">"helloWorld"</CODE><CODE class="plain">/></CODE></SPAN></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.vaannila.com/struts/struts-tutorial/struts-tutorial-using-eclipse-4.html"><P> In the action class we return the ActionForward "<EM>success</EM>" which is mapped to the <EM>helloWorld.jsp</EM> page. In the <EM>helloWorld.jsp</EM> page we display the "Hello World" message. </P></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.vaannila.com/struts/struts-tutorial/struts-tutorial-using-eclipse-4.html"><SPAN class="block"><CODE class="plain"><</CODE><CODE class="keyword">bean:write</CODE> <CODE class="color1">name</CODE><CODE class="plain">=</CODE><CODE class="string">"helloWorldForm"</CODE> <CODE class="color1">property</CODE><CODE class="plain">=</CODE><CODE class="string">"message"</CODE><CODE class="plain">/></CODE></SPAN></blockquote><div style="height: 2px; font-size: 2px; background: #dcdcdc; border-bottom: solid 1px #f5f5f5; margin: 2px 4px;"></div><blockquote style="text-align: left; padding: 0px 8px; margin: 4px 0px 8px 0px; background: transparent; border: none;" cite="http://www.vaannila.com/struts/struts-tutorial/struts-tutorial-using-eclipse-4.html"><table background="undefined" bgcolor=""><tr><TD><P> You can download the source code of this example by clicking on the Download link below. </p> <TABLE width="230"><TBODY><TR><TD height="30"><DIV class="index"> Source :<A href="http://www.vaannila.com/struts/struts-tutorial/../../examples/struts1/src/StrutsExample1.zip">Download</A></DIV> </TD></TR><TR><TD height="30"><DIV class="index"> War :<A href="http://www.vaannila.com/struts/struts-tutorial/../../examples/struts1/example/StrutsExample1.war">Download</A></DIV> </TD></TR></TBODY></TABLE></TD></tr></table></blockquote></div><div style="margin: 0px 6px 6px 4px;"><table style="font-size: 11px;border-spacing: 0px;padding: 0px;" cellpadding="0" cellspacing="0" width="100%"><tr><td style="background:transparent;border-width:0px;padding:0px;"> </td><td align="right" style="background:transparent;border-width:0px;padding:0px;width:107px" width="107"><a href="http://clipmarks.com/share/8D9CF6B1-5B54-4435-8E7D-DC52745D4C4A/blog/" title="blog or email this clip"><img src="http://content6.clipmarks.com/images/c2b-foot.png" border="0" alt="blog it" width="107" height="17" style="border-width:0px;padding:0px;margin:0px;" /></a></td></tr></table></div></div>
New from the makers of Clipmarks:
Amplify.com - Don't just share the news...Amplify it!
Clipmarks
Home
New Clips
Top Clips
Dashboard
Popular Topics
News
Life
Science
Technology
Entertainment
Get Started
Sign Up
Install Clipping Tool
How Clipping Works
Clip-to-Blog™
ClipSearch
Tools and Resources
FAQ
ClipWeek
Top Clippers
Top Tags
Site Map
About Clipmarks
About Us
Contact
Copyright
Privacy
EULA
OK