Hello Douglas.
I think that you want the self.request.fields() method in the servlet; it contains a dictionary of all input passed from the form, and also the query-string variables.
I'm afraid that I'm not familiar with the syntax you have below; it's probably PSP, but I don't use that.
Douglas Soares de Andrade wrote:
HI !
I have been trying to develop my first app with wingware...
I have done some functions, but i want to work with forms now. How to do it ?
Code:
<%
# How to print the value of the input txtteste ? # How to see the values that come with th esubmit press ? Something like the # print_r PHP function
%>
<html> Hello planet :) - <% res.write("IT PRINTTSSSS :)") %> <br><b>
<form action="range.psp" method="post"> <input type="text" name="txtteste"> <input type="submit" name="btnsubmit"> </form>
</html>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss