Question about update.jsp and edit.jsp files

User 2f67f74af0

10-10-2008 16:04:01

Hello every one.





I tried to use these two files edit.jsp and update.jsp (by calling them from browser). But they give blank pages and there is no error messages in the log files of tomcat. Is there any configuration required to use them?


The file source display only this javaScript code part:





Code:
 <script LANGUAGE="JavaScript">


        <!--


        opener.location.href="expired.html";


        window.close();


        -->


        </script>









Thank you.








Saif

ChemAxon e274e1bada

10-10-2008 17:03:32

Hi Saif,





You need a valid session id for that pages. This session come into being after database connection.





In addition edit.jsp requires an id which can identify the molecule what you want to modify. Please check code of edit.jsp which input parameters are required.





You can't use the update.jsp as standalone page also, it processes the edit,jsp. form.





Edvard