> -----Original Message-----
> From: toto2004b2000 [mailto:[EMAIL PROTECTED]
> Sent: Monday, July 12, 2004 7:08 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Form action relative path
> 
> 
> I've tried everything like this but it doesn't work...

If you're trying to get outside the application scope, there are issues, you might 
want try using
the full URL, and not use <html:form at all, since that will always re-write the 
action you give it.

> 
> --- In [EMAIL PROTECTED], "atta-ur rehman" <[EMAIL PROTECTED]> wrote:
> > How about:
> > 
> > <html:form action="login.do">
> > 
> > ATTA
> > 
> > ----- Original Message ----- 
> > From: "toto2004b2000" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, July 07, 2004 1:34 AM
> > Subject: Form action relative path
> > 
> > 
> > > Hello,
> > > 
> > > My application is "toto" and with this struts tag
> > > <html:form action="/login.do">
> > > the generated HTML code is
> > > <form action="/toto/login.do">
> > > 
> > > I need to use relative path (without application context), like
> > > <form action="login.do">
> > > 
> > > Is it possible ? Any help would be appreciate.
> > > 
> > > Kind of regards
> > > 
> > > 
> > > 
> > > ------------------------------------------------------------------
> ---
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > 
> > > 
> > 
> > 
> > --------------------------------------------------------------------
> -
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to