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;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: [email protected]
For additional commands, e-mail: [email protected]