Re: [Zope-DB] URL Loading Error - Zope+MySQL

2006-11-16 Thread Jens Vagelpohl

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 16 Nov 2006, at 06:23, oknam park 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/memberDirectory/ 
contactadd.


Could you give me some piece of advice how to handle?
Any advice would be really appreciated. Best regards, Nam


I see in your form that you call the input field URL - this is  
probably colliding with the reserved word URL that is part of the  
REQUEST object. Give the input field a different name.


jens


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFFXCghRAx5nvEhZLIRApKBAJ9HDC1VRSTrQ6bBllSdxyJq8PqjkQCfbgvI
E2CnVQ7CgUK5Uc+AV3JPLe8=
=Dhml
-END PGP SIGNATURE-
___
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db


Re: [Zope-DB] URL Loading Error - Zope+MySQL

2006-11-15 Thread oknam park


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], zope-db@zope.org
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 + 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
h2New Member Information Added!!/h2
p
a href=memberlist2View all Member Information/a|
a href=selectcall?SiteID:string=dtml-var SiteIDView Added
Information/a
br
a href=edit1Edit Member Information/a |
a href=deleteDelete Member Information/a |
a href=contactaddAdd Member Information/a
br

dtml-else
h1Member Information Add/h1
form action=contactadd method=POST
table width=95% cellspacing=0 
  tr
td width=20%div
align=centerstrongSiteID:/strong/div/td
td width=80%input name=SiteID width=30 value=/td
  /tr

tr
td width=20%div
align=centerstrongAgency:/strong/div/td
td width=80%input name=Agency width=30 value=/td
  /tr

tr
td width=20%div align=centerstrongURL:/strong/div/td
td width=80%input name=URL width=30 value=/td
  /tr

tr
td width=20%div align=centerstrongLast
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-ifdtml-var standard_html_footer

Here is memberlist2 page:
dtml-var standard_html_header
h2Member Information Update/h2
ul
dtml-in selectAllMethod
li dtml-var SiteID
br

font size=-1a href=editcall?SiteID=dtml-var SiteIDEdit/a|a
href=delete?SiteID=dtml-var SiteIDdelete/a/font

p
/dtml-in
/ul

br
a href=contactaddAdd 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
Zope-DB@zope.org
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/msnnkwme002001msn/direct/01/?href=http://get.live.com/messenger/overview


___
Zope-DB mailing list
Zope-DB@zope.org
http://mail.zope.org/mailman/listinfo/zope-db