On Tuesday 24 August 2010 08:56 AM, cd34 wrote:
Can you run something like livehttpheaders to see what the url is
being generated? Can you post the code from the form that is giving
you the error? Are you using Toscawidgets?
I am actually using pure xhtml
The code follows.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>new member</title>
<meta name="generator" content="Bluefish 1.0.7">
<meta name="author" content="krishna">
<meta name="date" content="2010-08-20T15:29:28+0530">
<meta name="copyright" content="">
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta http-equiv="content-type" content="application/xhtml+xml;
charset=UTF-8">
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="expires" content="0">
<meta http-equiv="refresh" content="5; URL=http://">
<script type="text/javascript" src="/jquery/jquery.js"> </script>
</head>
<body>
<form method="post", action="http://localhost:5000/member/setMember">
<table>
<tr>
<td> Id </td>
<td> Name </td>
<td> Address </td>
</tr>
<tr>
<td><input type="text" name="memberid" id="memberid"> </td>
<td><input type="text" name="membername" id="membername"> </td>
<td><textarea name="memberaddress" id="memberaddress" rows="2"
cols="24"></textarea> </td>
</tr>
<tr>
<td> <input type="submit",value="submit"> </td>
</tr>
</table>
</form>
</body>
</html>
What could be wrong with this?
Happy hacking.
Krishnakant.
--
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en.