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" > type="so.so.somthing" > sco

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" > ... > > > > > There is no name specified in this action. > > ---