PROTECTED]
Sent: 12 July 2006 15:40
To: Struts Users Mailing List
Subject: Re: Action names whithout .do
I believe you would have to change your URL Pattern in Web.XML
ex.
Change
action
*.do
To:
action
/search/*
It might make more sense to use
"www.yyy.com/do/search" is supported, if you'd like to use that.
Just use a pattern like /do/* in the web.xml instead of *.do.
It's *not* supported by modules, though.
-Ted.
On 7/12/06, Miguel Galves <[EMAIL PROTECTED]> wrote:
I was wondering: is it possible to define call actions without usi
You might find that the struts tags (eg ) rely on the *.do
convention so you may have to manually generate tags etc.
-Original Message-
From: Akshay Ahooja [mailto:[EMAIL PROTECTED]
Sent: 12 July 2006 15:40
To: Struts Users Mailing List
Subject: Re: Action names whithout .do
I believe
I believe you would have to change your URL Pattern in Web.XML
ex.
Change
action
*.do
To:
action
/search/*
It might make more sense to use a more general pattern such as:
action
/go/*
And then you can use /go/search for your
I was wondering: is it possible to define call actions without using the .do
in the URL ?
Like www.yyy.com/search instead of www.yyy.com/search.do ?
If yes, how do I have to configure my web.xml and struts-config.xml files ?
[]s
Miguel
--
Miguel Galves - Engenheiro de Computação
Já leu meus bl
5 matches
Mail list logo