Re: Modify AJAX Carselector sample to work with mysql

2006-05-29 Thread kochch
All thumps up to Simone. Thank you very much. Problem solvedMarco2006/5/25, Simone Gianni <[EMAIL PROTECTED]>: Hi Marco,as you can see, the form loads the selection lists with cocoon:/carspipelines. You can simply change this pipelines so that they does notgenerate from a static XML file, but from

Re: Modify AJAX Carselector sample to work with mysql

2006-05-25 Thread Simone Gianni
Hi Marco, as you can see, the form loads the selection lists with cocoon:/cars pipelines. You can simply change this pipelines so that they does not generate from a static XML file, but from a query on the DB using the SQLTransformer followed by an XSL to transform the SQL XML output to what you ne

Modify AJAX Carselector sample to work with mysql

2006-05-25 Thread 321 Los
Hi,I was just reading through the Ajax Carselector Sample at http://localhost:8080/cocoon/samples/blocks/forms/carselector . In my case, I want to modify the car-db.xml, so that it takes its values from a mysql database. For now, the car-db.xml looks like that: