Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / January 2006

Tip: Looking for answers? Try searching our database.

Struts and the View

Thread view: 
gk - 23 Jan 2006 08:01 GMT
Struts Action returns ActionForward  object which is responsible for
the view component.

like this

public ActionForward execute(ActionMapping mapping, ActionForm inForm,
HttpServletRequest request, HttpServletResponse response) throws
Exception {
// blah
//blah
return mapping.findForward("welcome");
}

But  i dont want the view..... what i would do ?

i want to call this method only  but dont want to show any view.

is that possible in Struts ?
Aj-India - 23 Jan 2006 08:27 GMT
U could give the forward name for the given target in
struts-config.xml, the same view from which this action class is
invoked.
raavi - 23 Jan 2006 11:27 GMT
Hi
  if u dont want the view and want to perform only the execution of
your action, then make your forward null.i.e write the program code as
return mapping.findForward(null);
hope this may help you.
gk - 23 Jan 2006 11:47 GMT
thank you

> Hi
>    if u dont want the view and want to perform only the execution of
> your action, then make your forward null.i.e write the program code as
> return mapping.findForward(null);
> hope this may help you.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.