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
ruts Users Mailing List" > <[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, fo

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
rward to another action without form 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 possib

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:

Re: calling an action without form

2002-12-05 Thread Joao Araujo
MAIL PROTECTED]> Sent: Friday, December 06, 2002 12:16 AM Subject: calling an action without form > Hi, > How can I call an action without using a form. > > I just want some preprocessing before the page is shown. > Is this the best approach? > > > Thanks > Joao, > >

RE: calling an action without form

2002-12-05 Thread James Mitchell
> > > > > -Original Message- > > > From: Joao Araujo [mailto:[EMAIL PROTECTED]] > > > Sent: Thursday, December 05, 2002 10:16 PM > > > To: [EMAIL PROTECTED] > > > Subject: calling an action without form > > > > > > > >

Re: calling an action without form

2002-12-05 Thread Aladar The Dinosaur
2:16 AM Subject: calling an action without form > Hi, > How can I call an action without using a form. > > I just want some preprocessing before the page is shown. > Is this the best approach? > > > Thanks > Joao, > > > -- > To unsubscribe, e-mail: <mailto

RE: calling an action without form

2002-12-05 Thread Joao Araujo
6 PM > To: [EMAIL PROTECTED] > Subject: calling an action without form > > > Hi, > How can I call an action without using a form. > > I just want some preprocessing before the page is shown. > Is this the best approach? > > > Thanks > Jo

RE: calling an action without form

2002-12-05 Thread James Mitchell
Have you read any of the documentation? -- James Mitchell > -Original Message- > From: Joao Araujo [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 05, 2002 10:16 PM > To: [EMAIL PROTECTED] > Subject: calling an action without form > > > Hi, >

calling an action without form

2002-12-05 Thread Joao Araujo
Hi, How can I call an action without using a form. I just want some preprocessing before the page is shown. Is this the best approach? Thanks Joao, -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: action without form

2002-02-17 Thread SUPRIYA MISRA
only html:links to different Actions. >From: Ted Husted <[EMAIL PROTECTED]> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: Struts Users Mailing List <[EMAIL PROTECTED]> >Subject: Re: action without form >Date: Sat, 16 Feb 2002 04:28:34 -0

Re: action without form

2002-02-16 Thread Ted Husted
Yes, but the html:form tag expects a formbean, so in that case you need to create a blank form to placate the tag. Henry Lu wrote: > > In Struts, can we setup an action without form in the struts-config.xml > file? is the following legal? > > pathe="/something"

Re: action without form

2002-02-15 Thread Mark Woon
"Galbreath, Mark" wrote: > Why would you do this (no joke)? To do some sort of filtering/redirecting on the request. -Mark -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: action without form

2002-02-15 Thread Galbreath, Mark
Why would you do this (no joke)? Mark -Original Message- From: SHURTLEFF,ROBERT (HP-FtCollins,ex1) [mailto:[EMAIL PROTECTED]] Sent: Friday, February 15, 2002 12:23 PM To: 'Struts Users Mailing List' Cc: 'Louis Leung' Subject: RE: action without form We do this al

RE: action without form

2002-02-15 Thread SHURTLEFF,ROBERT (HP-FtCollins,ex1)
List Subject: Re: action without form yes Henry Lu wrote: > In Struts, can we setup an action without form in the struts-config.xml > file? is the following legal? > > pathe="/something" > type="so.so.somthing" > scope="request" > ... &g

Re: action without form

2002-02-15 Thread Louis Leung
yes Henry Lu wrote: > In Struts, can we setup an action without form in the struts-config.xml > file? is the following legal? > > pathe="/something" > type="so.so.somthing" > scope="request" > ... &g

action without form

2002-02-15 Thread Henry Lu
In Struts, can we setup an action without form in the struts-config.xml file? is the following legal? There is no name specified in this action. --- Henry Lu MCITphone: (734