Page 1 of 1

About Question com.enthuware.ets.scwcd.v5.2.539 :

Posted: Wed May 04, 2011 4:31 pm
by max2fl
Hi,

<form action='/jsp/myjsp.jsp'>
AccountId : <input type=text name=acctid/><br/>
Amount : <input type=text name=amt/><br/>
<input type=submit>
</form>

in this case, for example Mozilla 3.6.3 will send request like /jsp/myjsp.jsp?acctid/=test1&amt/=test2

you need to cover attribute values with " or ' in the form.

Re: About Question com.enthuware.ets.scwcd.v5.2.539 :

Posted: Wed May 04, 2011 7:50 pm
by admin
This has been fixed.
Thanks for the feedback!