Re: HSSF Serializer question(Excel)

2004-03-15 Thread Anna Bikkina
Thank you for the information. I guess thats right. I tried the same in netscape and it worked fine. Anna. On Friday 12 March 2004 10:17 pm, Tim Larson wrote: On Fri, Mar 12, 2004 at 04:06:04PM -0500, Anna Bikkina wrote: I am having a strange problem trying to convert a xml document to

Re: Hello ! Can I display Asia language in PDF through Cocoon2 ?

2004-03-15 Thread jem
Citando jonathan wong [EMAIL PROTECTED]: Dear All , Hello ! I want to know can I display Asia language in PDF generated from Cocoon2 ? Thank you ! = Jonathan (Wong Yat Sing) Jonathan Studio M.P (852) - 91235947 NetMeeting : [EMAIL PROTECTED] ICQ# 57646152 Im truly new

esql select max() | how to get result

2004-03-15 Thread gounis
hi people i try to run this sql query esql:execute-query esql:querySELECT max(id_Elements) AS id_Elements FROM tblElements/esql:query esql:results /esql:results esql:no-results no

RE: build failed - result

2004-03-15 Thread Kathy Zhou
I have resolved this issue by deleting j2ee.jar from jdk1.4.1\jre\lib\ext. It works. For your info, Kathy -Original Message- From: Kathy Zhou [SMTP:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 10:52 AM To: '[EMAIL PROTECTED]' Subject:build failed I am trying to build

Re: Hello ! Can I display Asia language in PDF through Cocoon2 ?

2004-03-15 Thread J.Pietschmann
jonathan wong wrote: Hello ! I want to know can I display Asia language in PDF generated from Cocoon2 ? Thank you ! Yes, you mainly need a font. See http://xml.apache.org/fop/fonts.html and the Cocoon Wiki for further information. J.Pietschmann

Re: Convert XML to JavaBeans

2004-03-15 Thread Alex Romayev
I thought about it, but I'm not sure how much it is coupled to the display of the form. I don't have any forms (or pages for that matter), just feeds. I do like the idea of using Cocoon Forms as a sort of an internal web service, since it will allow me to validate the feed, but I don't know

Re: Convert XML to JavaBeans

2004-03-15 Thread Joe Latty
Maybe try Betwixt http://jakarta.apache.org/commons/betwixt/ there is a betwixt block in the Cocoon bundle. Alex Romayev wrote: I thought about it, but I'm not sure how much it is coupled to the display of the form. I don't have any forms (or pages for that matter), just feeds. I do

Re: HSQLDB Trigger

2004-03-15 Thread Geoff Howard
Johannes Goerke wrote: Hello, I've written a Trigger for my HSQLDB. Trigger classes in HSQLDB are Java - classes implementing org.hsqldb.Trigger. They have to be in the CLASSPATH of the JVM that is running HSQLDB. Normally something like java -classpath hsqldb.jar;MyTriggers.jar

BSF/beanshell working with rhino1.5r4-continuations-20040228.jar?

2004-03-15 Thread Neil Bacon
Has anyone got BSF/beanshell working with rhino1.5r4-continuations-20040228.jar? I'd like to use BSF with cocoon for some dynamic code in an otherwise static generator (not using the bsf block). I'd like to be able to use both beanshell and javascript. With - bsf-2.3.0.jar (first Apache version

Re: Hello ! Can I display Asia language in PDF through Cocoon2 ?

2004-03-15 Thread jonathan wong
Dear Pietschmann , Hello ! I can display the content now , but does FOP support chart (e.g. somethings like JFreeChart) generation ? Thank you ! = Jonathan (Wong Yat Sing) Jonathan Studio M.P (852) - 91235947 NetMeeting : [EMAIL PROTECTED] ICQ# 57646152

Re: Convert XML to JavaBeans

2004-03-15 Thread Alex Romayev
Yes, I've looked at it as well, it does Beans-XML, but not XML-Beans :( --- Joe Latty [EMAIL PROTECTED] wrote: - Maybe try Betwixt http://jakarta.apache.org/commons/betwixt/ there is a betwixt block in the Cocoon bundle. Alex Romayev wrote: I thought

Store Janitor Settings

2004-03-15 Thread Gordon Anderson
Hi everyone, After a bit of experimentation I have found that setting the StoreJanitor max to around 600M and leaving the heap size at 1000M seems to work well. These are the settings I used. store-janitor logger=core.store.janitor !-- How much free memory shall be available

RE: Recursive Pipeline

2004-03-15 Thread Conal Tuohy
Alex Romayev wrote: I have a process in which in need to call the same pipeline recursively and aggregate the results. Basically, I have a pipeline which parses a paginated HTML page: map:match pattern=parse map:generate type=html src=http://www.foo.com?page={request-param:page}/

RE: Recursive Pipeline

2004-03-15 Thread Conal Tuohy
Ack! Fingers slipped! Here's what I meant to write: I did something like this once, to aggregate a list of html pages together. Each page had a [next] link at the bottom, and my pipeline basically followed these links. I think you want something similar. I don't have the code still, but

[forms] Validation on action widget!?

2004-03-15 Thread Mark Lundquist
I'm using a Cocoon 2.1.5 from a few days ago's CVS snapshot, but the same thing was happening to me in 2.1.4... I have some fd:action> widgets. I use getWidget() in the v2 forms/flow integration, and set the widget onClick property in flow to do my event handling. The action widgets work. But,

Re: sendmail:attachment dynamic parameter?

2004-03-15 Thread Jan Hoskens
Try this: xsp:logic String myUrl = cocoon:/recap_cmd/ + parameters.getParameter(cmd_id); !-- pass your sitemapparameter in your pipeline -- /xsp:logic mail:param name=urlxsp:exprmyUrl/xsp:expr/mail:paramĀµ Maybe that will work, Kind Regards, Jan - Original Message - From: