aspose file tools
The moose likes Struts and the fly likes Invoking Struts Controller Using JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Invoking Struts Controller Using JSP" Watch "Invoking Struts Controller Using JSP" New topic
Author

Invoking Struts Controller Using JSP

ujjwal soni
Ranch Hand

Joined: Mar 28, 2007
Posts: 390
Hi,

I am Ujjwal B Soni & i have a problem in my website. I want to invoke Controller using jsp Using Struts framework. some code is as under.


(index.jsp)

<a href="./Feed.do" accesskey="4" title="">Feedback</a>


(struts-config.xml)

<action name="feedbackform" path="/Feed.do" type="ukig.FeedAction">
<forward name="succ" path="/support.jsp"/>
</action>


Regards,

UJJWAL B SONI
(+919898954428)


Cheers!!!
Ujjwal B Soni <baroda, gujarat, india> <+919909981973>
"Helping hands are better than praying lips......"
Jason Menard
Sheriff

Joined: Nov 09, 2000
Posts: 6450
I'm going to move this to the Struts forum.


Jason's Blog
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Invoking Struts Controller Using JSP
 
Similar Threads
Retrieve Result Set data using core library
Session invalidation on back button
Problem in displaying table using struts logic:iterate tag
sending a file from one server to another
Invoking Struts Controller Using JSP