[ANN] VTD-XML Version 1.5 Released

2006-02-19 Thread Jimmy Zhang
Eight years after the invention of XML, DOM and SAX, despite their respective issues, are still the mainstays of application developers.   So is it the end of road for XML parsing innovation?  The VTD-XML project team think not. We are proud to announce the availability of both C and Java ve

RE: Implementing JFreeChart through cocoon???and batik(dynamically generatedgraph) through cocoon???

2006-02-19 Thread Rob Gregory
It's already been on my list of @todo's in our own code base so I have no problem posting the mods to cvs or the fins newgroup? What's the best approach to take when I get the chance which hopefully will be in a couple of weeks? Cheers Rob Gregory -Original Message- From: news [mailto:[E

Re: is there a BrowserAction?

2006-02-19 Thread Stephen Winnall
Andrew, Tony Thanks for your feedback. I'm a little concerned about the overhead involved in getting the information I want out of the user agent string (browser, version and platform), the more so since in the worst case it would be done for every Cocoon request. I like the way LocaleAction

Integrating cocoon with struts

2006-02-19 Thread Cameron . Tran
Hello Has anyone integrated cocoon with struts? We have developed an application using struts as the framework and xml/xslt to render to html and save to xml. We are wanting to add cocoon capabilities to this app and found you the cocoon for struts plug-in but it does not say much on how to integ

Re: Dynamically setting a cform field as required in javascript form definition

2006-02-19 Thread Duncan McLean
Hi Robin We had thought about doing custom validation for this, but the requirement says that the asterisk that denotes a mandatory field should show up if the field in question was required. As I understand it, custom validation wouldn't give us this...unless there is a way we could "fake" th

Processing selection lists

2006-02-19 Thread Andre Juffer
Hi all, how to process a selection list in flow? I have created a cform that contains a multivaluefield widget for which the items are created with flow. See http://cocoon.apache.org/2.1/userdocs/widgetconcepts/selectionlists.html Labels and values are obtained from the business/domain layer

Re: Dynamically setting a cform field as required in javascript form definition

2006-02-19 Thread Robin Wyles
Hi Duncan, An alternative perhaps would be to use custom validation either on your form object or on the fields on which you wanted to set the required. The custom validation could just look at the values of the your radio buttons and then decide whether the field in question should be fi

[FlowScript] bizData, cocoon.sendPage and internal-only resources

2006-02-19 Thread Angelo Immediata
Hi all. I'm using cocoon 2.1.7. I have noticed a strain thing in the cocoon.sendPage method in a flowscript. If i have an internal-only resource (i.e. let's call it "test.jx") it seems to me that if in the flow script i do a similar thing: var bizData = { name : "test", id : "identifier" } c