Re: MySQL date conversion with modular database action

2003-02-21 Thread Christian Haul
On 19.Feb.2003 -- 11:45 AM, Andre Taube wrote: > Still the same: > > DEBUG (2003-02-19) 12:28.28:239 [sitemap.action.DatabaseUpdateAction] > (/pcm/contract_admin.contract.html) Thread-9/DatabaseAction: Trying to set > column pcm_contract.contract_status from request-param using getAttribute >

RE: MySQL date conversion with modular database action

2003-02-19 Thread Andre Taube
istian Haul [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, February 19, 2003 11:32 AM > To: [EMAIL PROTECTED] > Subject: Re: MySQL date conversion with modular database action > > > Andre Taube wrote: &g

Re: MySQL date conversion with modular database action

2003-02-19 Thread Christian Haul
Andre Taube wrote: It still does not work. = === This does not match! Chris. -- C h r i s t i a n H a u l [EMAIL PROTECTED] fingerprint: 99B0

RE: MySQL date conversion with modular database action

2003-02-19 Thread Andre Taube
for your help! Andre > -Original Message- > From: Christian Haul [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 9:46 AM > To: [EMAIL PROTECTED] > Subject: Re: MySQL date conversion with modular database action > > > Andre Taube wrote: >

Re: MySQL date conversion with modular database action

2003-02-18 Thread Christian Haul
Andre Taube wrote: > Trying to set column pcm_contract.start_date from request-param using getAttribute method > Setting column pcm_contract.start_date [0] 2/9/2003 This shows cleanly that you haven't requested the "attribute" mode here. Please check your table set! Chris. -- C h r i s t i

RE: MySQL date conversion with modular database action

2003-02-18 Thread Andre Taube
of org.apache.cocoon.acting.modular.DatabaseUpdateAction. Thanks!!! > -Original Message- > From: Christian Haul [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 18, 2003 3:18 AM > To: [EMAIL PROTECTED] > Subject: Re: MySQL date conversion with modular database action > > > Andre Taub

Re: MySQL date conversion with modular database action

2003-02-18 Thread Christian Haul
Andre Taube wrote: Thanks, that's exactly what I need. However, my date is in MM/dd/ format, how could I pass a format string to the DateMetaInputModule? API says: "Configuration options: child element "input-module" holds InputModule to obtain the string from, attribute "format" to "input-m

RE: MySQL date conversion with modular database action

2003-02-17 Thread Andre Taube
7, 2003 12:54 AM > To: [EMAIL PROTECTED] > Subject: Re: MySQL date conversion with modular database action > > > On 15.Feb.2003 -- 01:44 AM, Andre Taube wrote: > > Any pointers on how to convert a date before it's inserted into MySQL > > database while u

Re: R: MySQL date conversion with modular database action

2003-02-17 Thread Antonio Gallardo
Christian Haul dijo: > On 17.Feb.2003 -- 03:31 PM, Marco Taiuti wrote: >> I have a DatabaseAction with the followed descriptor >> >> >> >> line_db >> >> >> >> >> >> >> >> >>

Re: R: MySQL date conversion with modular database action

2003-02-17 Thread Christian Haul
On 17.Feb.2003 -- 03:31 PM, Marco Taiuti wrote: > I have a DatabaseAction with the followed descriptor > > > > line_db > > > > > > > > > > > > How i can use the

R: MySQL date conversion with modular database action

2003-02-17 Thread Marco Taiuti
atpub" to 'dd/MM/'? Thanks, Marco > -Messaggio originale- > Da: Christian Haul [mailto:[EMAIL PROTECTED]] > Inviato: lunedi 17 febbraio 2003 9.54 > A: [EMAIL PROTECTED] > Oggetto: Re: MySQL date conversion with modular database action > > > O

Re: MySQL date conversion with modular database action

2003-02-17 Thread Christian Haul
On 15.Feb.2003 -- 01:44 AM, Andre Taube wrote: > Any pointers on how to convert a date before it's inserted into MySQL > database while using cocoon's Modular Database Action? > > I tried > > > >parameter="org.apache.cocoon.components.modules.input.DateMetaInputModule:start_date[

MySQL date conversion with modular database action

2003-02-15 Thread Andre Taube
Any pointers on how to convert a date before it's inserted into MySQL database while using cocoon's Modular Database Action?   I tried       It seems this "mode" parameter is being ignored.   Any suggestions?   Thank you!