It looks to me like you are leaving the 'id' form field blank, or, if this is a custom form, you do not have an 'id' field. If you created this html form, then add a text input field like this: <input type="text" name="id" id="id" /> This should allow you to submit the missing id. Troy pradeep behera wrote:
Hi,
The traceback from the error log are pasted below.Plz help me.
Traceback (innermost last): Module ZPublisher.Publish, line 98, in publish Module ZPublisher.mapply, line 83, in mapply Module ZPublisher.Publish, line 44, in missing_name Module ZPublisher.HTTPResponse, line 648, in badRequestError BadRequest: <TABLE BORDER="0" WIDTH="100%"> <TR VALIGN="TOP">
<TD WIDTH="10%" ALIGN="CENTER"> </TD>
<TD WIDTH="90%"> <H2>Site Error</H2> <P>An error was encountered while publishing this resource. </P> <P><STRONG>Invalid request</STRONG></P>
The parameter, <em>id</em>, was omitted from the request.<p>Make sure to specify all required parameters, and try the request again. <HR NOSHADE>
<P>Troubleshooting Suggestions</P>
<UL> <LI>The URL may be incorrect.</LI> <LI>The parameters passed to this resource may be incorrect.</LI> <LI>A resource that this resource relies on may be encountering an error.</LI> </UL>
<P>For more detailed information about the error, please refer to the HTML source for this page. </P>
<P>If the error persists please contact the site maintainer. Thank you for your patience. </P> </TD></TR>
regards Pradeep