XaKit::XSP::PerForm seems to use the GET method when submitting forms... 
This makes for rather long and ugly URLs, worse than that however - it's 
unsecure. For example, when filling aout a password field on the form, 
obviously you wouldn't want the password to be displayed on the screen, 
which is why you use the password field and let the browser blott out the 
values. However, when you submit the form using the GET method, the 
plaintext password is displayed in the long URL string!

Is there any way to make PerForm use the Post method?

I have searched all the documentation but it doesn't seem to be mentioned. 
I tried adding method="post"to the f:form element, but it made no 
difference.

Help appreciated, thanks

-- 
Tom David Kirkpatrick
Virus Bulletin Web Developer, Virus Bulletin

Tel: +44 1235 555139
Web: www.virusbtn.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to