Thanks.  I've established 2 scenarios which work.  My trouble is that I 
have not found any reference that explains exactly how the action 
attribute works in relation to the context root.  If you know of any 
good explanation, please let me know.

Here is what works:

Scenario 1
war file name:       qwerty.war
url pattern             <url-pattern>/</url-pattern>
action                   ""
url                         http://localhost/qwerty

Scenario 2
war file name:       qwerty.war
url pattern             <url-pattern>/foo</url-pattern>
action                   "/qwerty/foo"
url                         http://localhost/qwerty/foo

The 2nd scenario action does not follow the pattern; I expected it to be 
"/foo"

Greg




Kim, Yong wrote:

>Is the "/Foo" valid path in terms of the web application's context root?
>That's all I can think of.  The problem you are having is the most basic
>feature of JSP/HTML...  It's working fine for me.  Have you set the web
>app's context root correctly?  Double check...
> 
>Mitchell
>
>-----Original Message-----
>From: Greg Turner [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, October 15, 2002 7:27 PM
>To: [EMAIL PROTECTED]
>Subject: Re: [JBoss-user] Jetty Question
>
>
>Thanks, buts its not a Struts specific thing.
>
>Its something that should be in the Html spec, and I am wanting to know if
>Jetty is doing the correct thing according to the Html spec.
>
>According to one Html reference, I found on the web, the action is a URI.
>URIs can be absolute, or relative.
>
>An absolute URI can be something like action= "http://www.....";
><http://www.....>    So its obvious we are dealing with the relative
>situation.
>
>Greg
>
>
>
>
>Dmitri Colebatch wrote:
>
>
>This is really a struts question, but I'll have a go...
>
>
>
>  
>
>In a form element,
>
><form method="post" name="Form0" action="/Foo">
>
>
>
>should the action value have a preceeding "/" as I have written here.
>
>It appears, that if the "/" is there, Jetty does not pick up any of the
>
>request parameters submitted by the form.  If it is not there, then the
>
>request parameters are picked up.   By picked up, I mean
>
>HttpServletRequest.getParameter (<param name>) returns the correct value.
>
>    
>
>
>
>the action should correspond to the _name_ of the action in
>
>struts-config.xml (in this case, I'm guessing "Foo").  Its not a path value,
>
>and so shouldn't have the '/'
>
>
>
>  
>
>Or is this a bug with my web browser that is submitting the form,
>
>Netscape 7.0 on Win2000?
>
>    
>
>
>
>the behaviour seems reasonable to me.
>
>
>
>cheers
>
>dim
>
>
>
>
>
>
>
>-------------------------------------------------------
>
>This sf.net email is sponsored by: viaVerio will pay you up to
>
>$1,000 for every account that you consolidate with us.
>
>http://ad.doubleclick.net/clk;4749864;7604308;v
><http://ad.doubleclick.net/clk;4749864;7604308;v> ?
>
>http://www.viaverio.com/consolidator/osdn.cfm
><http://www.viaverio.com/consolidator/osdn.cfm> 
>
>_______________________________________________
>
>JBoss-user mailing list
>
>[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
>
>https://lists.sourceforge.net/lists/listinfo/jboss-user
><https://lists.sourceforge.net/lists/listinfo/jboss-user> 
>
>  
>




-------------------------------------------------------
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com/consolidator/osdn.cfm
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to