Re: How to retrive data from a form and save to database

2009-07-07 Thread elvenfire
Hi Andrew, I tried it but it did not work. Any other solutions? Andre Juffer wrote: elvenfire wrote: Hi everyone, I am using Apache cocoon 2.2, hibernate and spring with mysql database. I just want to know how could i retrieve an input and save it to database. Kindly correct my

Re: How to retrive data from a form and save to database

2009-07-07 Thread Andre Juffer
elvenfire wrote: Hi Andrew, I tried it but it did not work. Any other solutions? Your newPerson() functionshould also include statements like var form = new Form(...); form.showForm(...); var lastName = cocoon.request.getParameter(last_name); The sitemap should include something like:

Using textarea WYSIWYG editors?

2009-07-07 Thread Derek Hohls
(with Cocoon 2.1.8 and higher) Given that htmlArea is no longer under development, does anyone have some working example of other editors? I have tried both xinha and tinymce and cannot get either to work... Thanks Derek -- This message is subject to the CSIR's copyright terms and

Re: Using textarea WYSIWYG editors?

2009-07-07 Thread Andre Juffer
Derek Hohls wrote: (with Cocoon 2.1.8 and higher) Given that htmlArea is no longer under development, does anyone have some working example of other editors? I have tried both xinha and tinymce and cannot get either to work... I am using xinha and I can store the XHTML into a native XML

Re: Using textarea WYSIWYG editors?

2009-07-07 Thread Derek Hohls
Hmm. I did follow the instructions and was unable to get the toolbar to display. Do you have any working/sample code that I can try on my side? Thanks Derek Andre Juffer ajuf...@sun3.oulu.fi 07/07/09 1:59 PM Derek Hohls wrote: (with Cocoon 2.1.8 and higher) Given that htmlArea is no

Problem in authentication framework when using umlauts

2009-07-07 Thread Ralph Rauscher
Please let me know if this is the right place to post this. There seems to be a problem in Cocoon regarding URL encoding. In this case we're using the authentication framework which internally calls a pipeline to do the authentication which in turn uses a generator we have written. Within the