RE: forward to a cocoon application -- request attribute lost

2006-04-23 Thread Vijesh A.V.
Title: jsp:forward to a cocoon application -- request attribute lost Thanks for reading it. I solved it myself. request.getParameter() parameter is giving the value of attribute I was looking for. No need to use intermediate jsp file. http://localhost:8080/cocoon/daisy/ is the giving the

Database query with modular DatabaseQueryAction

2006-04-23 Thread E. Martens
Hi all, I am trying to run a query with the following definition in my database.xml file table name=querytable queries query mode=othersselect id from node where id=?/query /queries keys key name=id type=int autoincrement=true mode

Re: Cocoon 2.1.9 / CForms - Values lost when switching union cases

2006-04-23 Thread Jean-Baptiste Quenot
* Ralph Rauscher: after upgrading to cocoon 2.1.9 I'm having problems switching union cases. With cocoon 2.1.8 I was able 1. enter values for the widgets contained within one union case 2. then switch to another union case 3. switch back again to the first union case and those values I

Re: CFORMS: Double fi:styling problem in 2.1.9 and solve

2006-04-23 Thread Jean-Baptiste Quenot
* Yuri Kolesnikov: I have solved small problem with fi:styling elements. The problem was: I had form template with action widget ft:widget id=btnBuild fi:styling type=confirm message=Are you shure?/ fi:styling type=image

Re: Antw: [2.1.9] cli logger exception

2006-04-23 Thread Jean-Baptiste Quenot
* Reinhard Haller: already done -- the exception disappears, but this was a known error in 2.1.8, why it's corrected and what is to do to get a working logging? Hello, Could you please submit a bug report with a simple testcase? -- Jean-Baptiste Quenot aka John Banana Qwerty

Re: Need help with HTMLArea in Cforms

2006-04-23 Thread Jean-Baptiste Quenot
* Leszek Gawron: Mark Lundquist wrote: The problem is that when I submit the form, the new value of the widget is not submitted. I fired up LiveHTTPHeaders in Mozilla, and I can see that it's the old value in the POST request, not the new one. cocoon uses forms_onsubmit()