RE: Forms and maps

2012-04-18 Thread Derek Hohls
Mika It all depends on your environment and the "rate of change". There are many back-end systems (running on old but reliable technology) that hardly change at all. However, the web (and now tablets/mobile) has a very high rate of change (and expectation of change). The point here is that by u

Re: Lowering in amount of users' posts?

2010-04-17 Thread Derek Hohls
I think many of "us" have moved on. Cocoon changed into a direction that did not fit our style of working, and the rest of the world came up with new ideas and approaches that did. I wrote my take on this here: http://headspace.posterous.com/end-of-the-road-for-cocoon http://headspace.posterous

Re: Not escaping html-code in Cocoon (second post)

2010-01-07 Thread Derek Hohls
This seems relevant: http://www.5341.com/msg/102900.html >>> On 2010/01/07 at 12:20, in message >>> <2ad029481001070220g52ffd5a4hae76f8b0f54d6...@mail.gmail.com>, Stefaan >>> Somers wrote: I want to insert HTML-code coming from a database into one of my XSP-pages. But Cocoon immediateley esc

RE: REPOST: Queries in Cocoon 2.1.11 not working with"AS"protocol?

2009-09-14 Thread Derek Hohls
ou'll never run into these issues. Cheers. Robby Pelssers -Original Message- From: Derek Hohls [mailto:dho...@csir.co.za] Sent: Monday, September 14, 2009 10:35 AM To: users@cocoon.apache.org Subject: RE: REPOST: Queries in Cocoon 2.1.11 not working with"AS"protocol? Than

Re: Starting out with Cocoon 2.2

2009-09-14 Thread Derek Hohls
Personally, I would think that Cocoon 2.1 is the most well-developed and stable of the series. 2.0 is really out-of-date. 2.2 might be worth tackling if you're prepared to learn the associated frameworks such as Spring and Hibernate, plus be prepared to do Java coding; but, as many others have po

RE: REPOST: Queries in Cocoon 2.1.11 not working with "AS"protocol?

2009-09-14 Thread Derek Hohls
ated to this problem I don't know but it's worthwile checking the tablenames thoroughly and comparing them to your queries. Kind regards, Robby -Original Message- From: Derek Hohls [mailto:dho...@csir.co.za] Sent: Monday, September 14, 2009 9:03 AM To: users@cocoon.apache.org Su

REPOST: Queries in Cocoon 2.1.11 not working with "AS" protocol?

2009-09-14 Thread Derek Hohls
(From 2008-08-27 - I'm sure someone can check this error very easily?) I am in the process of porting my applications over from Windows to Linux as my development platform. I am now running Cocoon 2.1.11 and Mysql 5.0.67 (was 2.1.8 and 4.0.23) There is one issue I have encountered so far. When r

Queries not working with "AS" protocol?

2009-08-27 Thread Derek Hohls
I am in the process of moving my applications over from Windows to Linux as my development platform. I am now running Cocoon 2.1.11 and Mysql 5.0.67 (was 2.1.8 and 4.0.23) There is one issue I have encountered so far. When running a query of the form: SELECT foo AS bar from mytable The SQLTra

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 07/07/09 1:59 PM >>> Derek Hohls wrote: > (with Cocoon 2.1.8 and higher) > > Given that

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 conditions

Re: Cocoon 2.1.11, Java 6 and Maven

2009-06-15 Thread Derek Hohls
+1 >>> On 2009/06/15 at 10:41, in message >>> <5c4168b80906150141r575dbc9ai31a4ee555a28...@mail.gmail.com>, warrell >>> harries wrote: One of the nice things about the Cocoon 2.1x line is that oldies like me can just use a text editor and the command line. I never found Eclipse was worth the

Re: Form generation

2009-05-12 Thread Derek Hohls
Funny you should ask that; i had the same issue myself a while back: http://www.nabble.com/JX---Flowscipt-variable-not-accessible-in-generated-form--td21684221.html The answer there is the approach I adopted. Derek >>> On 2009/05/12 at 03:31, in message <4a097a27.4050...@oulu.fi>, Andre Juffer

RE: Map serialize flowscript output

2009-05-12 Thread Derek Hohls
s. It was the coolest project i've ever done but we were using the adobe plugin. I guess you're right why the need for a plugin to get all SVG functionality working is a real showstopper ;-( " Cheers, Robby -Original Message- From: Derek Hohls [mailto:dho...@csir.co

RE: Map serialize flowscript output

2009-05-12 Thread Derek Hohls
Added a blog comment Robby... >>> On 2009/05/12 at 10:42, in message >>> <7c655c04b6f59643a1ef66056c0e095e023cc...@eusex01.sweden.ecsoft>, "Robby >>> Pelssers" wrote: Yes... Jasha is right. For the ones interested I wrote a small article on my blog showing you how to create simple dynamic SV

Re: [HELP]Cannot convert null to an object.

2009-05-11 Thread Derek Hohls
Someone more savvy than me may be able to see directly what the issue is... what I do is to isolate which part of my code the error is occurring in, then add in some print statements to check that all the variables I *think* have values are not, in fact, actually null instead... then you can start

Re: custom serializer

2009-05-11 Thread Derek Hohls
See: http://www.opensubscriber.com/message/users@cocoon.apache.org/4985156.html >>> On 2009/05/11 at 09:14, in message >>> , saeid itune >>> wrote: Hi, I am trying to create a custom serializer for apache cocoon. the objective of the serializer is to encode the xml data which will be used fo

Multi-select fields: items not appearing in form widget

2009-05-05 Thread Derek Hohls
Working with Cocoon 2.1.8. Not sure exactly which component is the root of this problem, but... If I define a multi-select list thus: Groups The groups which have access And show it thus: Available Groups Selected Groups The form is displayed and works normally. Whe

Re: XSLT is Dead ?!

2009-05-01 Thread Derek Hohls
. By the way, today's date is now,/xsp;exp> Ken Derek Hohls wrote: > Out of interest... which part of Cocoon lacks "date/time awareness" - > the sitemap? Can't a (custom-written) java module execute/call an > external program? Also not sure about "dire

Re: XSLT is Dead ?!

2009-04-30 Thread Derek Hohls
Out of interest... which part of Cocoon lacks "date/time awareness" - the sitemap? Can't a (custom-written) java module execute/call an external program? Also not sure about "directory listing" - does the Directory Generator not serve in that role? >>> On 2009/04/30 at 02:48, in message <49f99e

Re: XSLT is Dead ?!

2009-04-30 Thread Derek Hohls
t; On 2009/04/29 at 06:01, in message >>> <49f879cc.8020...@lampsacos.demon.co.uk>, Ken Starks >>> wrote: Derek Hohls wrote: > Ken > > I would echo most of your sentiments, except for the XSP part. > I have found that the flowscript/JXT gives me all the logic/la

Re: XSLT is Dead ?!

2009-04-28 Thread Derek Hohls
e author forgot there is a XSLT 2.0. Anyway, who cares? ;) About freemaker, I guess there are some threads about it in our mail archive [1]. Hope this helps. Best Regards, Antonio Gallardo. [1] http://cocoon.markmail.org/search/?q=freemaker Derek Hohls escribió: > At least, accordi

Re: XSLT is Dead ?!

2009-04-28 Thread Derek Hohls
Ken I would echo most of your sentiments, except for the XSP part. I have found that the flowscript/JXT gives me all the logic/layout options I need ... without having to worry about any Java at all in my apps. I think that is why the developers decided to deprecate XSP quite a while back, though

AW: Re: XSLT is Dead ?!

2009-04-24 Thread Derek Hohls
ny of the problems addressed in the article. Please have a look and let me know what you think about and if http://www.xsltg.com may be able to become a part of Cocoon. Many thanks in advance Raffaele PS: Be warned, my English is not really the best. Improvements are welcome, I will be h

Re: XSLT is Dead ?!

2009-04-24 Thread Derek Hohls
Oh, and on the flip side, there's this article: http://www.onenaught.com/posts/8/xslt-in-server-side-web-frameworks (but I would guess that is "preaching to the converted" on this mailing list!) >>> On 2009/04/24 at 09:03, in message <49f1805f.5ce9.00d...@csir.co.za&

Re: XSLT is Dead ?!

2009-04-24 Thread Derek Hohls
>>> On 2009/04/24 at 08:40, in message <49f15ece.5000...@apache.org>, Carsten >>> Ziegeler wrote: Derek Hohls wrote: > At least, according to this article: > > http://java.dzone.com/news/death-xslt-web-frameworks > > Maybe some of the developers, or other p

XSLT is Dead ?!

2009-04-23 Thread Derek Hohls
At least, according to this article: http://java.dzone.com/news/death-xslt-web-frameworks Maybe some of the developers, or other power users here, would like to comment at this blog - I see Cocoon also gets a "dig in the ribs" ... Derek PS I'm also curious about the package mentioned a num

Re: How to make cocoon session longer?

2009-04-19 Thread Derek Hohls
And, just for completeness - what is the way to set this in the sitemap (e.g. after a user logs in)? >>> On 2009/04/18 at 06:01, in message <49e9f93e.60...@cc.oulu.fi>, Andre >>> Juffer wrote: Maria Grigorieva wrote: > I'm using flowscript and when I left the page for some time, > and then tryin

Re: newbie to Cocoon

2009-04-09 Thread Derek Hohls
new updated book would be most welcome. Regards, Franco On 08/04/2009, at 4:59 PM, Luca Morandini wrote: > Derek Hohls wrote: >> Harry >> AFAIK, the CDHB deals with Cocoon 2.1, > > Nay: it dealt with 2.0 (it was published back in 2002)... he

Re: newbie to Cocoon

2009-04-07 Thread Derek Hohls
Harry AFAIK, the CDHB deals with Cocoon 2.1, so make sure that is the version you are working with. Main website is here: http://cocoon.apache.org/2.1/ Tutorials here: http://cocoon.apache.org/2.1/tutorial/index.html And the best place to learn (well, it was for me) is by looking at the exampl

Re: MultiValueField on-value-changed event not firing when modifyingthe items

2009-04-03 Thread Derek Hohls
The upgrade is easy - fixing your app might not be (see previous messages on this list) >>> On 2009/04/03 at 08:07, in message <49d5a7bb.1050...@uib.es>, Carlos Martínez wrote: Hello, I want to fix the same problem.. Is it easy to upgrade the versión 2.1.9 to 2.1.11? Thanks in advance. Anton

Re: Is Cocoon the right tool?

2009-03-05 Thread Derek Hohls
I see it says: "The tool has a command-line interface" I wonder how feasible it would be to convert into a module usable by Cocoon (including the 2.1.x series) from within a sitemap? >>> On 2009/03/05 at 09:08, in message , Luca >>> Morandini wrote: Jean-Christophe Kermagoret wrote: > Hi, > Just

Re: [HOWTO WANTED] APP migration from Cocoon 2.1 to Cocoon 2.2

2009-03-02 Thread Derek Hohls
Probably not exactly what you wanted, but it may help: http://www.csparks.com/cocoon/c22without/index.xhtml if you work through all the steps, you eventually get to the: "Add your content" section. >>> On 2009/03/02 at 01:25, in message >>> <1ccf02660903020325v79c79ea8v181498923e291...@mail.gmai

RE: Cocoon Forms builder

2009-02-21 Thread Derek Hohls
heet graphically [more in Design mode]? My users will not be programmers, so I would like to avoid exposing them to some heavy coding. Also, I've heard of Xforms, but that it's not supported by IE6&7 (is it true?) Could anyone compare CForms and XForms ? Any tools for them ? Thank

Re: Cocoon Forms builder

2009-02-19 Thread Derek Hohls
Oleg I am not quite sure why you want to build a form graphically - given that all the layout is done by stylesheets? The forms essentially only contain the field definition and any logic required to validate or alter/display their values. FWIW, I have a small Python program that creates basic

RE: HTML Styling in displayed form widgets?

2009-02-13 Thread Derek Hohls
>>> Joachimsthal" wrote: > -Original Message- > From: Derek Hohls [mailto:dho...@csir.co.za] > Sent: vrijdag 13 februari 2009 9:03 > To: users@cocoon.apache.org > Subject: HTML Styling in displayed form widgets? > > Using Cocoon 2.1.8 >

Refreshing selected items in multi-select field?

2009-02-13 Thread Derek Hohls
Using Cocoon 2.1.8 I am working with a multi-select field (B) in an AJAX-enabled form. The items in the list is filtered by changes in a previous field (A) i.e not all possible items are shown in B at one time. The first time the form is displayed; when A is changed, then B displays those ite

HTML Styling in displayed form widgets?

2009-02-13 Thread Derek Hohls
Using Cocoon 2.1.8 Can anyone give me an idea how to retain HTML tags in a form widget : e.g.. in form template, widget is: and in flowscript, its assigned a value: model.message = "Hey!"; but the output is presented exactly as this: Hey! (and not in bold). (Note The above is a tri

Spot what is missing!

2009-02-08 Thread Derek Hohls
I received an email ad today; here is a short snippet from the opening blurb: "Java developers today have many choices for web development frameworks. To help you decide which is best for your web development projects, our latest eBook, The Java Developer's Guide to Web Development Frameworks

Re: Getting started with C2.2 -- where's the exception information?

2009-02-04 Thread Derek Hohls
Andreas No; I did not say that I thought 2.1 *was* unsupported, just that I hoped it would not be. Believe me, I do really appreciate the generous effort and commitment from the experts that helps out those of who do not "get" all the nuances as quickly. I also did not take any offence - the Coc

Using Dojo color picker with CForms?

2009-02-04 Thread Derek Hohls
using 2.18 Has anyone figured out a way to use the Dojo color picker http://www.roseindia.net/dojo/dojo-color-picker-example.shtml with CForms - this email seems to be related, but does not address the issue directly http://marc.info/?l=xml-cocoon-users&m=122457953028491&w=2 Thanks Derek --

Re: Getting started with C2.2 -- where's the exception information?

2009-02-03 Thread Derek Hohls
Andreas Do you want the short reply or the long reply :) Short: There needs to be room in the Cocoon universe for 2.1 users as well as 2.2 users. Long: This is the classic issue isn't it!? Certainly we are beset by the "culture of the new" at present; where "new == better" - be it cellphon

RE: Getting started with C2.2 -- where's the exception information?

2009-01-29 Thread Derek Hohls
You may be correct; but I have never felt that Cocoon was "striving" for acceptance. It simply is what it is; and you either find it incredibly powerful and useful ... or become a mainstream php/ruby developer. If you are here, its because you have taken the road (development route?!) less travel

RE: JX / Flowscipt variable not accessible in generated form?

2009-01-29 Thread Derek Hohls
editCountryDataForm = new Form("cocoon:/db/forms/country/output"); Cheers, Robby Pelssers -Original Message- From: Derek Hohls [mailto:dho...@csir.co.za] Sent: dinsdag 27 januari 2009 13:09 To: users@cocoon.apache.org Subject: JX / Flowscipt variable not accessible in generated for

RE: Getting started with C2.2 -- where's the exception information?

2009-01-29 Thread Derek Hohls
That's a little harsh - although my impression is that C2.2 is perhaps a step sideways in terms of how many things are done... but that's just an impression from reading all the mailing list Q&A. So far, I have not needed to take the plunge. >>> On 2009/01/30 at 01:51, in message <21738877.p...@

JX / Flowscipt variable not accessible in generated form?

2009-01-27 Thread Derek Hohls
Using Cocoon 2.1.8 I am generating a form definition from flowscript: var editCountryDataForm = new Form("cocoon:/db/forms/country", {"state":"output"});//dynamic And generating it thus via the pipeline: And in the country_defn.xml (form) file I have: Country Code *${state}* But the

Re: Cocoon 2.1.8 Forms + AJAX : "cocoon is not defined" [SOLVED]

2009-01-26 Thread Derek Hohls
1/26 at 12:54, in message <497db25a.5ce9.00d...@csir.co.za>, "Derek Hohls" wrote: With respect to the previous thread: http://marc.info/?l=xml-cocoon-users&m=123243320521118&w=2 I took the approach I planned; i.e. start with a working version from the sample and gradually ad

Modifying the forms stylesheets

2009-01-26 Thread Derek Hohls
Working with Cocoon 2.1.8 Are there any guidelines for modifying the forms styling sheets such that the AJAX-enabled aspects remain intact. I have done some heavy styling modifications, which work fine for normal Cocoon forms, but they don't seem compatible with this approach. Any ideas? T

Cocoon 2.1.8 Forms + AJAX : "cocoon is not defined"

2009-01-26 Thread Derek Hohls
With respect to the previous thread: http://marc.info/?l=xml-cocoon-users&m=123243320521118&w=2 I took the approach I planned; i.e. start with a working version from the sample and gradually add in my changes until done. Now I have a working sample in a test directory of my Cocoon instance (2.18

Error with SQL Transformer - nested query + Filter Transformer

2009-01-20 Thread Derek Hohls
Working with Cocoon 2.1.8, Windows XP With reference to this thread: http://marc.info/?l=xml-cocoon-users&m=103097078912239&w=3 which did not seem to be resolved, I am also having problems with the Filter Transformer. The error I have is: java.util.EmptyStackException at org.apache.xml.utils.

RE: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-19 Thread Derek Hohls
> Hi Derek, > > It's been a while since I got ajax working (2.1.9) so I'm not sure if this > will help. (and I haven't read the thread) > > The ajax resources are in the cocoon-axis-block.jar. > > > > > > Hope this helps, &

Re: Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-19 Thread Derek Hohls
> > > > > > Hope this helps, > gary > > >> -Original Message- >> From: Derek Hohls [mailto:dho...@csir.co.za] >> Sent: Friday, January 16, 2009 9:58 AM >> To: users@cocoon.apache.org >> Subject: Cocoon 2.1.

Cocoon 2.1.8 Forms + AJAX : Final call for help!

2009-01-16 Thread Derek Hohls
In October last year I submitted a number of queries to the list, as I was trying to get Cocoon 2.1.8 Forms + AJAX working together in my application. This was the last entry in that thread... http://marc.info/?l=xml-cocoon-users&m=122408149728592&w=2 In the end, I did not succeed and moved o

Re: AW: AW: AJAX in CForms... not that simple?!

2008-10-15 Thread Derek Hohls
Thanks Chris I have tried this, and it seems the main error that I am getting is: "cocoon is not defined cocoon.forms.ajax = true;" I suppose that if there no AJAX set, then nothing else will work. But how does this help me find out what is missing? Thanks Derek >>> On 2008/10/15 at 03:03, in

Re: AJAX in CForms... not that simple?!

2008-10-15 Thread Derek Hohls
Andre Bu that is what I attempted to do - if you look at my original post, you will see the files I extracted and where I put them. Are there some that are missing... or how can I tell if they are? Derek >>> On 2008/10/15 at 03:34, in message <[EMAIL PROTECTED]>, "DAVIGNON Andre - CETE NP/DIO

Re: AJAX in CForms... not that simple?!

2008-10-15 Thread Derek Hohls
André Thanks, but this does not seem to make any difference. Any chance you have a simple/test application, where the resources are explicitly "broken out" in the way I have done? Alternately, are there any hints you can give me on how to make an AJAX form that does not make of use the default f

Re: AW: AJAX in CForms... not that simple?!

2008-10-15 Thread Derek Hohls
le using the following pipeline: This way I can override the resources in the jars with my alternate implementations. Hope this helps. Chris -Ursprüngliche Nachricht- Von: Derek Hohls [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 14. Oktober 2008 13:49 An: u

AJAX in CForms... not that simple?!

2008-10-14 Thread Derek Hohls
I have been working with Cocoon + CForms for a while now, but now have to deal with some more complex processing requirements. I had thought this would be a simple matter, but alas not... Issue 1. I have heavily customized stylesheets that I use for form display. Going back to the default

Re: bonebreaker example

2008-10-13 Thread Derek Hohls
Happy memories!! (Sorry, Jeff, I have not run this for a looong time but if it still works, that's a pretty good testament both to its design and Cocoon's stability...) >>> On 2008/10/13 at 02:53, in message <[EMAIL PROTECTED]>, Jeff Schmitz >>> <[EMAIL PROTECTED]> wrote: Am wanting to setup my

Re: Handling "file not found errors"

2008-10-10 Thread Derek Hohls
;> On 2008/10/10 at 11:48, in message <[EMAIL PROTECTED]>, Alexander Daniel >>> <[EMAIL PROTECTED]> wrote: On 10.10.2008, at 10:48, Derek Hohls wrote: > Using Cocoon 2.1.8 > > I am displaying data from a database that, in theory, contains > URL links to f

Re: How to force a Save As prompt?

2008-10-10 Thread Derek Hohls
David I agree with your examples below - I guess its been quite a long time since I had to work with systems that made me add ".php" or ".jsp" to my URLs. We are spoiled by Cocoon :) Derek >>> On 2008/10/09 at 03:30, in message <[EMAIL PROTECTED]>, David Legg <[EMAIL >>> PROTECTED]> wrote: D

Handling "file not found errors"

2008-10-10 Thread Derek Hohls
Using Cocoon 2.1.8 I am displaying data from a database that, in theory, contains URL links to files on the local server. Occasionally, for various reasons, the files are not available. At the moment, Cocoon returns an informative - but ugly - error page: Resource not found java.io.FileNotFoun

Re: How to force a Save As prompt?

2008-10-09 Thread Derek Hohls
Dave Before getting into detail, I'd like to say that I do agree in principle with what you said below. My real issue probably lies in the fact that I have been around computers too long. If I look at archives of my files from the early 90's; when DOS still reigned supreme, I see names like

Re: How to force a Save As prompt?

2008-10-09 Thread Derek Hohls
David Please add the reference/link for why URLs in Cocoon should not have an extension - I know its required, but why is it "bad"? Derek >>> On 2008/10/09 at 12:47, in message <[EMAIL PROTECTED]>, David Legg <[EMAIL >>> PROTECTED]> wrote: Mmmm... > Does anyone still care about IE4 - the sta

Re: how to implement "back button functionality" from within a flow script

2008-10-08 Thread Derek Hohls
Paul The short answer is, AFAIK, probably "no". That said, I am sure there are some flowscript gurus who might show a way to do this with continuations? The right answer might be "don't" i.e. if a user has changed an item in a list, why take him back to a previous version of the list which w

Re: flowscript editor

2008-10-08 Thread Derek Hohls
Some googling turns up: http://eclipse.moelleryoung.com/jseditor/ designed as a plug-in for eclipse ... not sure about status or usefulness What else? >>> On 2008/10/08 at 09:32, in message <[EMAIL PROTECTED]>, Jeroen Reijn >>> <[EMAIL PROTECTED]> wrote: Hi Jeff, I'm not aware of anything like

Re: How to force a Save As prompt?

2008-10-08 Thread Derek Hohls
Does anyone still care about IE4 - the stats from different sites suggest not: http://www.w3schools.com/browsers/browsers_stats.asp http://www.upsdell.com/BrowserNews/stat.htm http://www.thecounter.com/stats/2008/September/browser.php Looks like IE5 usage is down below 1% and no one even bothers

RE: javascript embedded in *.jx files

2008-10-07 Thread Derek Hohls
Not that strange when you consider what is happening. In your web page you have the entry src="js/myPageScript.js" This essentially becomes a request to the server to find and return data from the "js/myPageScript.js" URI. The web server in turn passes that request through to the application - in

Jasper Reports and Cocoon?

2008-09-17 Thread Derek Hohls
Hi Is anyone using these together - found one very old message: http://archives.devshed.com/forums/apache-92/jasperreports-jfreereports-1347966.html but was wondering if there are any current efforts? Thanks Derek -- This message is subject to the CSIR's copyright terms and conditions, e

RE: Sticking with 2.1.* ( was '[Announce] Apache Lenya 2.0.2 released' )

2008-09-03 Thread Derek Hohls
Which in turn inspired Hugh Sparks to create this web page: http://www.csparks.com/cocoon/c22without/index.xhtml (Strong feeling of "deja vu" here... and also a strong feeling that this type of thread is going to be repeated is going to be repeated a number of times in the future...) >>> On 2008

Re: [Announce] Apache Lenya 2.0.2 released

2008-09-01 Thread Derek Hohls
David Now you're just describing computers in general! Derek >>> On 2008/09/01 at 03:10, in message <[EMAIL PROTECTED]>, David Legg <[EMAIL >>> PROTECTED]> wrote: Hi Ken, > The insect has emerged from its cocoon, lived its life, and is now > preserved > in amber as a thing of beauty, a little

Re: floating button in CForms

2008-09-01 Thread Derek Hohls
have a look at: http://reference.sitepoint.com/css/position http://www.w3schools.com/Css/pr_class_position.asp http://www.quirksmode.org/css/position.html the 'position:fixed' style does not really seem to work with IE... >>> On 2008/09/01 at 02:15, in message <[EMAIL PROTECTED]>, "Paul Josep

Re: Get Metadata from database

2008-09-01 Thread Derek Hohls
Johannes I think this is database dependant - in MySQL (ver 5+) you can read this type of information from the INFORMATION_SCHEMA table. http://dev.mysql.com/doc/refman/5.0/en/information-schema.html Derek >>> On 2008/09/01 at 09:27, in message <[EMAIL PROTECTED]>, Johannes >>> Hoechstaedter <

[OFF TOPIC] Reinhard Poetz' blog?

2008-08-31 Thread Derek Hohls
Anyone know what is happening with/at this website: http://www.indoqa.com/ I keep getting a 502 proxy error... -- This message is subject to the CSIR's copyright terms and conditions, e-mail legal notice, and implemented Open Document Format (ODF) standard. The full disclaimer details can be f

Re: Lost on-line samples

2008-08-31 Thread Derek Hohls
Looks like this is a demo for 2.1.11 - not 2.2 - even though it says "Demo of the current Cocoon release" under the section "Main demos and tutorials" May be worth differentiating between 2.1 and 2.2 is this section as well as in the one below it, just to avoid any confusion. >>> On 2008/08/31 at

Re: [Announce] Apache Lenya 2.0.2 released

2008-08-31 Thread Derek Hohls
A quick question - is this new version based on Cocoon 2.2 or 2.1? >>> On 2008/08/29 at 09:13, in message <[EMAIL PROTECTED]>, Richard Frovarp >>> <[EMAIL PROTECTED]> wrote: Apache Lenya 2.0.2 released === The Apache Lenya development community is proud to announce the 2.

RE: Cocoon 2.1.11 and XSLTC

2008-08-29 Thread Derek Hohls
Maybe not so common... but if you want a response from the developers - who are very active on this list - you may need to post something more specific (preferably with error logs) than "seams to provoke some weird side effects". >>> On 2008/08/29 at 09:32, in message <[EMAIL PROTECTED]>, "Laurent

Re: Porting Cocoon 2.1.10 application to Cocoon 2.2.0

2008-08-21 Thread Derek Hohls
Robby I suppose it all depends by what you mean "upgrade". If you just need to port all your existing code over, perhaps start with Hugh's guide: http://www.csparks.com/cocoon/c22without/index.xhtml (note the section marked "Add your content") Otherwise, if you find something equivalent; or som

Re: Not able to create and test cocoon2.2 webapp with maven/jetty

2008-08-21 Thread Derek Hohls
Ken I am very curious how you plan to get PDF output using LaTeX and Cocoon - I have seen Hugh's page where he generates GIF images from LaTeX equations ( http://www.csparks.com/jeuler/index.jhtml ) but this seems an order-of-magnitude more complex. Derek >>> On 2008/08/21 at 09:37, in message <

Re: Howto use Dojo "standalone" with cocoon ? (does that make senseat all?)

2008-08-20 Thread Derek Hohls
Alessandro Why not add this page to the Cocoon Wiki; its then readily accessible (and findable) by all? >>> On 2008/08/20 at 08:46, in message <[EMAIL PROTECTED]>, Alessandro Vincelli >>> <[EMAIL PROTECTED]> wrote: Hussayn i'm working on a similar task. I created a simple block that contains the

Re: My log level is already like this then how to go for debugging ?

2008-08-17 Thread Derek Hohls
Your problem statement is not precise enough to give an exact answer, but essentially there are two options: * if you need to look the XML at different steps in the pipeline, try using views: http://cocoon.apache.org/2.0/userdocs/concepts/views.html * if you need to debug inside of the XSLT,

Re: AW: AW: JavaFlow in Cocoon 2.2

2008-08-14 Thread Derek Hohls
Chris That's what you get for living on the bleeding edge :) Seriously, though, I appreciate all the work the early adopters are doing to put 2.2 through its paces. However, I have not really seen anything yet that makes me want to rush out and try it. Derek Footnote: As this is the Inter

Re: File upload

2008-08-04 Thread Derek Hohls
Not sure about the background processing part: it seems to me that your browser *is* still involved in the process ie. it is doing the sending while the server is doing the receiving... but this may help ito keeping the users informed: http://blog.fiveone.org/2006/11/good-progress.html http://aja

Re: Can anyone let me know how to start build simple cocoon project .I am using jbuilder2008

2008-08-04 Thread Derek Hohls
Why not try the "getting started"? http://cocoon.apache.org/2.2/1159_1_1.html and then, as you encounter errors or problems, post them here so you can get help on specific issues. There *is* a lot to digest in Cocoon - but, like eating an elephant, best done one bite (byte?) at a time. >>> On 20

Re: Simple Cocoon application

2008-07-29 Thread Derek Hohls
Stephen I think this is a great idea - and will hopefully help in getting some of us moved over from 2.1 to 2.2 without too much pain. One question/suggestion - is it possible to outline in simple steps how you get to build this war file and, as you point out, what changes need to be made along t

Re: Database connection by cocoon 2.2

2008-07-22 Thread Derek Hohls
Joerg Not sure if you are speaking for the dev team here? What exactly does "kind of obsolete" mean - has it been deprecated, or is it still a valid component in 2.2? Or is there is some other meaning? Thanks. >>> On 2008/07/19 at 01:08, in message <[EMAIL PROTECTED]>, Joerg Heinicke >>> <[EMA

Re: Simple cocoon distribution

2008-07-22 Thread Derek Hohls
Ditto from me. Not a major Java user. XSLT + Flowscript + the standard Cocoon components should handle 95% of all website needs. If I can use C2.2 without major investment in learning new development and programming tools, I will consider upgrading. Suggest that, if possible, you get suppor

Re: Passing a node-set from XSLT to Java

2008-07-04 Thread Derek Hohls
Andy I think you stumbled across one of the "gotchas" of XML; what looks simple and obvious is not always - at least, not to a machine. For more in-depth understanding of XML, I can recommend Ken Sall to explain it. There is a sample chapter from his book on-line: http://wdvl.internet.com/Autho

Re: Tags in the value of an XSLT variable?

2008-06-30 Thread Derek Hohls
w believe this variable is still a Node-Tree, and not a String. I need it to be the latter so I can pass the XML excerpt to the Java method I mentioned earlier (using xalan to do so). Is there a way of casting/translating a node tree into a String? Best regards, Andy Derek Hohls wrote: And

Re: Tags in the value of an XSLT variable?

2008-06-30 Thread Derek Hohls
And that is not a "trick", but standard XSLT; see: http://www.dpawson.co.uk/xsl/sect2/N1930.html#d3389e91 as select="." only selects the value (string) inside the tag/s. >>> On 2008/06/27 at 06:48, in message <[EMAIL PROTECTED]>, "Betty Harvey" >>> <[EMAIL PROTECTED]> wrote: Try this for your xs

Re: [ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-25 Thread Derek Hohls
request failed on '/repos/fins/trunk' PROPFIND of '/repos/fins/trunk': could not connect to server (http://svn.cocoondev.org)) Have I used the correct path? >>> On 2008/06/25 at 10:42, in message <[EMAIL PROTECTED]>, Luca Morandini >>> <[EMAIL PROTECTE

Re: [ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-25 Thread Derek Hohls
ca Morandini >>> <[EMAIL PROTECTED]> wrote: Derek Hohls wrote: > And a very stupid question - where is the link for the > download? the ViewVC site seems to allow you to browse > & display files - but how does one get all of them at once? You should get hold of an S

Re: [ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-25 Thread Derek Hohls
Sorry, I was not too clear here. I was suggesting that the plain text "src/main/resources/COB-INF/schema/" in the FAQ be converted to a hyperlink to point to that URL. >>> On 2008/06/25 at 08:44, in message <[EMAIL PROTECTED]>, Luca Morandini >>> <[EMAIL

Re: [ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-24 Thread Derek Hohls
And a very stupid question - where is the link for the download? the ViewVC site seems to allow you to browse & display files - but how does one get all of them at once? >>> On 2008/06/25 at 07:44, in message <[EMAIL PROTECTED]>, Luca Morandini >>> <[EMAIL PROTECTED]> wrote: I hope this will ma

Re: [ANN]: Fins 1.0 back-ported to Cocoon 2.1

2008-06-24 Thread Derek Hohls
Well, it made mine! Thanks Luca. PS. Any reason the pointer for the Fins schema in the FAQ does not link to the on-line version: http://svn.cocoondev.org/viewsvn/trunk/fins/fins-core/src/main/resources/COB-INF/schema/?root=fins >>> On 2008/06/25 at 07:44, in message <[EMAIL PROTECTED]>, L

Re: Database connection by cocoon 2.2

2008-06-06 Thread Derek Hohls
blish a database connection. You need an entry int your web.xml and in your cocoon.xconf for example. Where is the cocoon.xconf in 2.2? Where can I define my datasources? Where can I get the code of the sample? Johannes Derek Hohls schrieb: > Johannes > > Good question! The "of

Re: Database connection by cocoon 2.2

2008-06-06 Thread Derek Hohls
Johannes Good question! The "official and best" way is to use Hibernate and Spring; this will, IMO, mean writing *lots* of code. You can use flowscript instead, for simple cases, but be warned that many here will point out the potential flaws in this approach. In the 2.1.x series of Cocoon,

Re: Database connection by cocoon 2.2

2008-06-05 Thread Derek Hohls
Bng It would be very useful if you, or anyone in the community, could identify or recommend such tutorials - on a quick search I was not able to find anything useful - although: http://www.codesuccess.com/tutorials/spring/pagination/ and http://www.netbeans.org/kb/61/web/quickstart-webapps-spring.

Re: REPOST: Database connection "overload"

2008-06-04 Thread Derek Hohls
ted, no matter what happens in the try and catch blocks. Regardless of that, having hundreds of different places where connections are opened and closed in flowscript seems like a bad idea. Regards, Johannes Derek Hohls schrieb: > Johannes > > Thanks for the detailed insight into issues

Re: REPOST: Database connection "overload"

2008-06-04 Thread Derek Hohls
ROTECTED]>, Johannes Textor >>> <[EMAIL PROTECTED]> wrote: Derek Hohls schrieb: > Johannes > > This was my thought too. I have numerous modules & functions that > open (and should close!) connections. On manual inspection they all > seem to be OK, but possi

Re: REPOST: Database connection "overload"

2008-06-04 Thread Derek Hohls
re of which might make the application "freeze" is when connections are not properly closed and returned to the connection pool. Could you post the javascript code you use to obtain a connection from the DB and then close it ? Regards, Johannes Derek Hohls schrieb: > Anyone have any id

  1   2   3   4   5   6   7   8   9   10   >