In your web browser, have a look at the generated
source for your JSP form. The form's action attribute should be pointing
to /<web-app-name>/processTrivia.do (which should be /processTrivia.do in
your case). It doesn't matter what directory your JSP is in, or the URI
of your request, since /processTrivia.do is an absolute URI within the
application context, which gets mapped to an absolute server URI.
- Paul
|
- ~~ Confusion with triggering an Action ~~ Jonathan Asbell
- RE: ~~ Confusion with triggering an Action ~~ Brett Porter
- Setting up the Struts framework on Oracle JDevelo... Sameer Mahajan
- Re: ~~ Confusion with triggering an Action ~~ Jonathan Asbell
- RE: ~~ Confusion with triggering an Action ~~ Paul Dillon
- RE: ~~ Confusion with triggering an Action ~~ Brett Porter
- Re: ~~ Confusion with triggering an Action ~~ Jonathan Asbell
- RE: ~~ Confusion with triggering an Action ~~ Brett Porter
- Re: ~~ Confusion with triggering an Action ~~ Jonathan Asbell
- RE: ~~ Confusion with triggering an Action ~~ Brett Porter