Hi all! I wonder how to manage this.

Suppose a local site called testsystem, whose index page can be visited as
http://localhost:8080/testsystem. Now I want an Action (named SearchAction)
to process all search requests presented by this uri-pattern:
http://localhost:8080/testsystem/search/???, where ??? is the keywords for
search. You know that if I write "<url-pattern>/search/*</url-pattern>"
properly in web.xml, such search requests will be served by ActionServlet.
But it seems that I cannot specify a certain Action for a url-pattern. The
names of the forwards defined in <global-forwards> is already constants, not
variables. So how to do this?

Big thanks!

--
See? It is the Eclipse of the Sun!
-----------------------

Reply via email to