Re: from Cforms to Wicket

2013-02-27 Thread Mika M Lehtonen
s/0525-www2006-Kay.pdf <http://www.w3.org/2006/Talks/0525-www2006-Kay.pdf> [2] http://en.wikipedia.org/wiki/Fourth-generation_programming_language 2013/2/18 Mika M Lehtonen mailto:m...@digikartta.net>> Yep, but as I started this chain, I st

Re: from Cforms to Wicket

2013-02-18 Thread Mika M Lehtonen
<http://www.w3.org/2006/Talks/0525-www2006-Kay.pdf> [2] http://en.wikipedia.org/wiki/Fourth-generation_programming_language 2013/2/18 Mika M Lehtonen mailto:m...@digikartta.net>> Yep, but as I started this chain, I stated that my problem is to "

Re: from Cforms to Wicket

2013-02-18 Thread Mika M Lehtonen
If you like to have HTML5 goodies in browsers that support it, just use e.g. Cocoon Actions in Sitemap OR Advanced Sitemap Matchers OR in REST-Controller by inspecting HTTP Headers return different Page that generate a different Content (with XSLT) for IE8. Greetings, -Greg 2013/2/18 Mika

Re: from Cforms to Wicket

2013-02-18 Thread Mika M Lehtonen
Robby -Original Message- From: Mika M Lehtonen [mailto:m...@digikartta.net] Sent: Monday, February 18, 2013 1:42 PM To: users@cocoon.apache.org Subject: Re: from Cforms to Wicket Ok, thanks for your efforts. HTML5 it is, with or without C3. - mika - 18.2.2013 14:25, Francesco Chicchiriccò kirj

Re: from Cforms to Wicket

2013-02-18 Thread Mika M Lehtonen
Ok, thanks for your efforts. HTML5 it is, with or without C3. - mika - 18.2.2013 14:25, Francesco Chicchiriccò kirjoitti: On 18/02/2013 13:09, Mika M Lehtonen wrote: Yeah, I know what you mean. Most of the Xforms sites are dated back to 2002 or 2003.. Sounds like a standard having glorious

Re: from Cforms to Wicket

2013-02-18 Thread Mika M Lehtonen
, -Greg 2013/2/18 Mika M Lehtonen <mailto:m...@digikartta.net>> Yep, sounds like a lot of work and like re-inventing the wheel.. - mika - 18.2.2013 10:47, Francesco Chicchiriccò kirjoitti: On 17/02/2013 20:08, Mika M Lehtonen wrote: Hi Francesco, let me tell

Re: from Cforms to Wicket

2013-02-18 Thread Mika M Lehtonen
how to start. The biggest problem with C2.11, IMHO, was not having proper development tools to use. I ended up writing files with Notepad++. And I never realized how to do debugging.. - mika - 18.2.2013 10:48, Francesco Chicchiriccò kirjoitti: On 17/02/2013 21:57, Mika M Lehtonen wrote

Re: from Cforms to Wicket

2013-02-18 Thread Mika M Lehtonen
Yep, sounds like a lot of work and like re-inventing the wheel.. - mika - 18.2.2013 10:47, Francesco Chicchiriccò kirjoitti: On 17/02/2013 20:08, Mika M Lehtonen wrote: Hi Francesco, let me tell you what I have now. I implemented a feedback web application for municipial use with C2.11. The

Re: from Cforms to Wicket

2013-02-17 Thread Mika M Lehtonen
How about some XForms implementation like this http://www.betterform.de? Sounds promising.. - mika - 17.2.2013 21:08, Mika M Lehtonen kirjoitti: Hi Francesco, let me tell you what I have now. I implemented a feedback web application for municipial use with C2.11. The app is built so that the

Re: from Cforms to Wicket

2013-02-17 Thread Mika M Lehtonen
earer. - mika - 17.2.2013 20:30, Francesco Chicchiriccò kirjoitti: On 15/02/2013 22:11, Mika M Lehtonen wrote: Hi, I have an application using dynamic Cforms (C2.11), that is, the Cforms definition and templates are created from dynamic XML through XSL. Can this be done with C3 and wickets?

from Cforms to Wicket

2013-02-15 Thread Mika M Lehtonen
Hi, I have an application using dynamic Cforms (C2.11), that is, the Cforms definition and templates are created from dynamic XML through XSL. Can this be done with C3 and wickets? From somewhere I read about the fact that with Apache Wickets you don't need any XML.. - mika - --

Re: Modular database actions

2012-11-15 Thread Mika M Lehtonen
ot; between your business logic and DB, another "impedance mismatch". If you really care about the performance, you need to consider very carefully your persistence logic. IMHO, we ought to have the option to use only those parts of API that we actually need. Greetings, Greg 2012/1

Modular database actions

2012-11-14 Thread Mika M Lehtonen
Hi, I am using ye old modular database actions which in my opinion is extremely handy "tool". I was just wondering, how would I get some sort of a callback from e.g. insert/update action in order to tell the user that his/her data is saved? cheers, - mika - P.S. My two cents for the discuss

Re: cocoon migrate from 2.1 to 2.2 or 3 (was Re: Forms and maps)

2012-04-18 Thread Mika M Lehtonen
Ouh, I didn't realize what kind of the avalanche of arguments I would start. Maybe this tells that there is something bubbling under. I don't want to hurt anyones feelings. I don't want bad blood. I think there are so many different level persons involved in this, that it will cause some misun

Re: Forms and maps

2012-04-13 Thread Mika M Lehtonen
Interesting, I am also integrating maps into sites produced with Cocoon 2.1x. I have no answer to you but maybe we could collaborate on this issue? OpenLayers widget would be something! cheers, mika 13.4.2012 20:03, Alberto kirjoitti: Hi, I'm using cocoon 2.1.12-dev and I'm facing how to in

database action data types

2012-04-11 Thread Mika M Lehtonen
Cocoon 2.11 What to modify in order to be able to insert datatypes outside of JDBCTypeConversion types when using modular database action? I am trying to insert (and only insert) to PostGIS geometry column. The error is: 2012-04-11 18:41:23 EEST ERROR: column "arvo_geom" is of type geometry

forms and database

2012-03-30 Thread Mika M Lehtonen
Hi, trying to figure out, how things should be done with Cocoon. I like Cforms. I like modular database actions. Some old thread said, don't try to use them together. One even said, don't use mod-db action at all, it is deprecated. I have dynamic forms, forms with dynamic templates. They work

data binding

2012-03-27 Thread Mika M Lehtonen
Hi, what is the right and the proper way of inserting form data to database table (PostgreSQL)? What makes this more "interesting" is that instead of horizontal data in table, the data is stored in a vertical manner because of the highly dynamic nature of the application and the relation model

Re: pipeline in flowscript

2012-03-14 Thread Mika M Lehtonen
And this one works! var form = new Form("cocoon://samples/blocks/forms/registration.mika"); thanks, - mika - 14.3.2012 22:11, Mika M Lehtonen kirjoitti: :-) you're right, but org.apache.cocoon.ResourceNotFoundException: No pipeline matched request: registration.mika What I

Re: pipeline in flowscript

2012-03-14 Thread Mika M Lehtonen
not getting closer. We should have been there if you paid attention ;-) Using the cocoon:// protocol you should have blindly copied over my suggestion. It's not registration2.mika but registration.mika as in your own sample sitemap snippet. *From:*Mika M Lehtonen [mailto:m...@digikart

Re: pipeline in flowscript

2012-03-14 Thread Mika M Lehtonen
getting closer! No pipeline matched request: registration2.mika 14.3.2012 21:35, Robby Pelssers kirjoitti: Try var form = new Form("cocoon://registration.mika"); Cheers, Robby *From:*Mika M Lehtonen [mailto:m...@digikartta.net] *Sent:* Wednesday, March 14, 2012 8:33 PM *

Re: pipeline in flowscript

2012-03-14 Thread Mika M Lehtonen
14.3.2012 20:39, Andre Juffer kirjoitti: On 03/14/2012 08:24 PM, Mika M Lehtonen wrote: 14.3.2012 20:00, Andre Juffer kirjoitti: On 03/14/2012 07:31 PM, Mika M Lehtonen wrote: Hi list, I started to experiment with the Cocoon 2.11 after a long while. I did some adjustment on the registration

Re: pipeline in flowscript

2012-03-14 Thread Mika M Lehtonen
r widgets with values. This also works vice versa where on a form submit you intercept the widget values and save them back. Robby -Original Message- From: Mika M Lehtonen [mailto:m...@digikartta.net] Sent: Wednesday, March 14, 2012 6:32 PM To: users@cocoon.apache.org Subject: pipeline i

Re: pipeline in flowscript

2012-03-14 Thread Mika M Lehtonen
14.3.2012 20:00, Andre Juffer kirjoitti: On 03/14/2012 07:31 PM, Mika M Lehtonen wrote: Hi list, I started to experiment with the Cocoon 2.11 after a long while. I did some adjustment on the registration example. I added this to the samples/blocks/forms/ sitemap: Did you to say here that

pipeline in flowscript

2012-03-14 Thread Mika M Lehtonen
Hi list, I started to experiment with the Cocoon 2.11 after a long while. I did some adjustment on the registration example. I added this to the samples/blocks/forms/ sitemap: and this modification to the registration.js var form = new Form("registration.mika"); This is not working. Obviou

dynamic forms and definitions

2012-03-08 Thread Mika M Lehtonen
Hi list, I am looking for a framework for the project where I should implement a web feedback system for the local citizens. There will be a lot of different type of feedbacks with different kind of form types (and maps). So the form types should be editable consisting of different kind on fi