Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Wrox Announcements and Feedback > Forum and Wrox.com Feedback
|
Forum and Wrox.com Feedback Post your suggestions for improving the Forums or Wrox.com or questions for the staff here. "Where can I find the code for my book?"
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Forum and Wrox.com Feedback section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old August 1st, 2005, 01:57 PM
Registered User
 
Join Date: Sep 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to display values in a struts jsp by directly

Hi,

   I have a problem.pleas look at the following code of struts-config.xml


<action path="/login"
          type="com.action.LoginAction"
          name="LoginForm"
          scope="request">
<forward name="SubmitLogin" path="/List.do" />
</action>

No when in the above code the path is set to List.do so it should go to the following code and execute the execute method of the following action mapping and should dispaly the results.

<action path="/List"
          type="com.action.ListAction"
          name="ListForm"
          scope="request">
<forward name="ListPage" path="/list.jsp" />
</action>

Can any one please help me

thank you






Similar Threads
Thread Thread Starter Forum Replies Last Post
Struts+JSP nishi_gupta Struts 2 October 16th, 2007 02:58 AM
displaying images in jsp using struts vijayalexander JSP Basics 0 November 6th, 2006 09:46 AM
struts with jsp...exception ... shunmugag Struts 0 September 16th, 2006 03:08 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.