Re: Action forward to another action without form

2003-07-07 Thread Jing Zhou
- Original Message - From: "Sandeep Takhar" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; "Jing Zhou" <[EMAIL PROTECTED]> Sent: Monday, July 07, 2003 12:15 PM Subject: Re: Action forward to another action

Re: Action forward to another action without form

2003-07-07 Thread Sandeep Takhar
> > > Dan Tran wrote: > > >Yes;) > > > > > > > > >- Original Message - > > > > From: "Benjamin Stewart" > <[EMAIL PROTECTED]> > > > > >Newsgroups: Struts > > >Sent: Sunday, July 06, 2003 6:59 PM >

Re: Action forward to another action without form

2003-07-07 Thread Jing Zhou
; <[EMAIL PROTECTED]> Sent: Sunday, July 06, 2003 9:41 AM Subject: Re: Action forward to another action without form you can define it to your forward in your struts-config, instead of forwarding it to a page, forward it to an action. but this is not a good practice though. On Monday 07 July

Re: Action forward to another action without form

2003-07-07 Thread Sandeep Takhar
on, none of my > books talk about it, > cant find examples etc. > > Ben > > Dan Tran wrote: > > >Yes;) > > > > > >- Original Message - > >From: "Benjamin Stewart" > <[EMAIL PROTECTED]> > >Newsgroups: Struts

RE: Action forward to another action without form

2003-07-06 Thread Nicolas Seinlet
IU have a simple struts application. I've begin with a login page, and a list, where you can add, edit or delete items in this list. The list is composed of 2 datas (a number and a string). The add function run OK, the delete function too. But the edit function is a bit harder to run... I've the

Re: Action forward to another action without form

2003-07-06 Thread Frances Aleah Z. de Guzman
it, > cant find examples etc. > > Ben > > Dan Tran wrote: > >Yes;) > > > > > >- Original Message - > > From: "Benjamin Stewart" <[EMAIL PROTECTED]> > > >Newsgroups: Struts > >Sent: Sunday, July 06, 2003 6:59 PM > >Su

Re: Action forward to another action without form

2003-07-06 Thread Benjamin Stewart
Can you point me in the right direction, none of my books talk about it, cant find examples etc. Ben Dan Tran wrote: Yes;) - Original Message - From: "Benjamin Stewart" <[EMAIL PROTECTED]> Newsgroups: Struts Sent: Sunday, July 06, 2003 6:59 PM Subject: Action fo

Re: Action forward to another action without form

2003-07-06 Thread Dan Tran
Yes;) - Original Message - From: "Benjamin Stewart" <[EMAIL PROTECTED]> Newsgroups: Struts Sent: Sunday, July 06, 2003 6:59 PM Subject: Action forward to another action without form > Greetings, > I have a form that submits values. From the Action cla

Action forward to another action without form

2003-07-06 Thread Benjamin Stewart
Greetings, I have a form that submits values. From the Action class I would (in some circumstances) like to go directly to another action class and then forward to a view. Is this possible ? Thanks Ben - To unsubscribe, e-mail: