Hi,
Terribly Sorry for cross posting. and not clear explanation.
Sincerely,
Nam
From: Andreas Jung <[EMAIL PROTECTED]>
Reply-To: Andreas Jung <[EMAIL PROTECTED]>
To: oknam park <[EMAIL PROTECTED]>, [email protected]
Subject: Re: [Zope-DB] URL Loading Error - Zope+MySQL
Date: Thu, 16 Nov 2006 06:44:12 +0100
Your posting really does not contain anything related to your question.
You provide the code of a form and ask about putting the stuff into
a database. What do you want to tell us? You need to write a ZSQL method.
Everything is documented here
<http://www.plope.com/Books/2_7Edition/RelationalDatabases.stx>
-aj
--On 16. November 2006 05:23:08 +0000 oknam park <[EMAIL PROTECTED]>
wrote:
Hi All,
I'm trying to add data in mysql database using DTML in Zope.
But, all other fields are okay. But, url fiels does not call URL I
entered. Instead it
generates the url for add dtml method like
http://www.thegateway.org/about/gemingeneral/gemConsortium/memberDirector
y/contactadd.
Could you give me some piece of advice how to handle?
Any advice would be really appreciated. Best regards, Nam
Here is my add dtml method:
<dtml-var standard_html_header>
<dtml-if submit>
<dtml-call contactadd3>
<h2>New Member Information Added!!</h2>
<p>
<a href="memberlist2">View all Member Information</a>|
<a href="selectcall?SiteID:string=<dtml-var SiteID>">View Added
Information</a>
<br>
<a href="edit1">Edit Member Information</a> |
<a href="delete">Delete Member Information</a> |
<a href="contactadd">Add Member Information</a>
<br>
<dtml-else>
<h1>Member Information Add</h1>
<form action="contactadd" method="POST">
<table width="95%" cellspacing="0" >
<tr>
<td width="20%"><div
align="center"><strong>SiteID:</strong></div></td>
<td width="80%"><input name="SiteID" width=30 value=""></td>
</tr>
<tr>
<td width="20%"><div
align="center"><strong>Agency:</strong></div></td>
<td width="80%"><input name="Agency" width=30 value=""></td>
</tr>
<tr>
<td width="20%"><div align="center"><strong>URL:</strong></div></td>
<td width="80%"><input name="URL" width=30 value=""></td>
</tr>
<tr>
<td width="20%"><div align="center"><strong>Last
Name:</strong></div></td>
<td width="80%"><input name="LastName" width=30 value=""></td>
</tr>
<tr>
<td colspan=2 align=left>
<input
type="submit" name="submit" value="Add">
<input type="reset" name="cancel" value="Cancel">
</td>
</tr>
</table>
</form></dtml-if><dtml-var standard_html_footer>
Here is memberlist2 page:
<dtml-var standard_html_header>
<h2>Member Information Update</h2>
<ul>
<dtml-in selectAllMethod>
<li> <dtml-var SiteID>
<br>
<font size="-1"><a href="editcall?SiteID=<dtml-var SiteID>">Edit</a>|<a
href="delete?SiteID=<dtml-var SiteID>">delete</a></font>
<p>
</dtml-in>
</ul>
<br>
<a href="contactadd">Add a New Member Information</a>
<dtml-var standard_html_footer>
_________________________________________________________________
Get the latest Windows Live Messenger 8.1 Beta version.?Join now.
http://ideas.live.com
_______________________________________________
Zope-DB mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope-db
--
ZOPYX Ltd. & Co. KG - Charlottenstr. 37/1 - 72070 Tübingen - Germany
Web: www.zopyx.com - Email: [EMAIL PROTECTED] - Phone +49 - 7071 - 793376
E-Publishing, Python, Zope & Plone development, Consulting
<< attach3 >>
_________________________________________________________________
Talk now to your Hotmail contacts with Windows Live Messenger.
http://clk.atdmt.com/MSN/go/msnnkwme0020000001msn/direct/01/?href=http://get.live.com/messenger/overview
_______________________________________________
Zope-DB mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/zope-db