Re: Global forwards and actions

2006-06-01 Thread Maya menon
t; > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Note the following > > > 1. Th

RE: Global forwards and actions

2006-06-01 Thread Samere, Adam J
To: Struts Users Mailing List Subject: Re: Global forwards and actions well, Here is exactly what I have: 1. jsp files are in /jsp folder. struts-config file entries and action classes. struts-config entry is like this: Monkeyden <[EMAIL PROTECTED]> wrot

Re: Global forwards and actions

2006-06-01 Thread Monkeyden
t; > > > > > > > > > > > > > > > > > > > Note the following > > 1. This is a typical example modify according to your need > > 2. Name of the form is addForm and deleteForm in the xml above (You can > > change as you want) >

Re: Global forwards and actions

2006-06-01 Thread Maya menon
is a typical example modify according to your need > > 2. Name of the form is addForm and deleteForm in the xml above (You can > > change as you want) > > 3. Ask questions I will answer them all (not much work to do today) > > 4. Path in action mappings can be tile if that is th

Re: Global forwards and actions

2006-06-01 Thread Monkeyden
to do today) > 4. Path in action mappings can be tile if that is the case you will need a > tile definition as well or a jsp page(not a good idea to use jsp) > 5. Optional: good idea to have all these xml files per struts module > Hope that helps > Manoj > > > -Origin

Re: Global forwards and actions

2006-06-01 Thread Maya menon
t; 2. Name of the form is addForm and deleteForm in the xml above (You can > change as you want) > 3. Ask questions I will answer them all (not much work to do today) > 4. Path in action mappings can be tile if that is the case you will need a > tile definition as well or a jsp page

Re: Global forwards and actions

2006-06-01 Thread Monkeyden
be tile if that is the case you will need > a tile definition as well or a jsp page(not a good idea to use jsp) > 5. Optional: good idea to have all these xml files per struts module > Hope that helps > Manoj > > > -Original Message- > From: Maya menon [mailto:cc] > Sen

Re: Global forwards and actions

2006-06-01 Thread Monkeyden
good idea to have all these xml files per struts module Hope that helps Manoj -Original Message- From: Maya menon [mailto:cc] Sent: 01 June 2006 16:46 To: user@struts.apache.org Subject: Global forwards and actions All, I want to understand this better: Say, I have one form , ad

RE: Global forwards and actions

2006-06-01 Thread Maya menon
To: user@struts.apache.org Subject: Global forwards and actions All, I want to understand this better: Say, I have one form , addDetails.jsp and another deleteDetails.jsp addDetails.jsp when submitted should call AddAction and deleteDetails should call Deleteaction. In adddetails I have and in

RE: Global forwards and actions

2006-06-01 Thread Maya menon
struts module Hope that helps Manoj -Original Message- From: Maya menon [mailto:cc] Sent: 01 June 2006 16:46 To: user@struts.apache.org Subject: Global forwards and actions All, I want to understand this better: Say, I have one form , addDetails.jsp and another deleteDetails.jsp

RE: Global forwards and actions

2006-06-01 Thread manoj.tripathi
e jsp) 5.Optional: good idea to have all these xml files per struts module Hope that helps Manoj -Original Message- From: Maya menon [mailto:cc] Sent: 01 June 2006 16:46 To: user@struts.apache.org Subject: Global forwards and actions All, I want to understand this better: Say

Global forwards and actions

2006-06-01 Thread Maya menon
All, I want to understand this better: Say, I have one form , addDetails.jsp and another deleteDetails.jsp addDetails.jsp when submitted should call AddAction and deleteDetails should call Deleteaction. In adddetails I have and in delete I have Now, what all entries do