Ok, let me test on Tomcat - I have just checked on Jetty. What url are
you using to test?


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

2014/1/19 bphill...@ku.edu <bphill...@ku.edu>:
> Quite the mystery.
>
> I've run the example application on both GlassFish and Tomcat 7 using
> FireFox
>
> Without the default-action-ref in the struts.xml I see this when I view page
> source:
>
> {code:XML}
> <form id="testform" name="testform" action="TestPage.action" method="post">
>
>
>   field1 = 111</br/>
>   field2 = 222
>
> </form>
> {code}
>
> With the default-action-ref in the struts.xml I see this when I view page
> source:
>
> form id="testform" name="testform"
> action="/formtest-0.0.1-SNAPSHOT/TestPage.action?field1=111&amp;amp;field2=222"
> method="post">
>
>
>   field1 = 111</br/>
>   field2 = 222
>
> </form>
>
>
>
>
> --
> View this message in context: 
> http://struts.1045723.n5.nabble.com/Possible-Bug-When-Using-default-action-ref-tp5715093p5715105.html
> Sent from the Struts - Dev mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
> For additional commands, e-mail: dev-h...@struts.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to