Re:File Upload with Internet Explorer extremly slow

2005-05-08 Thread roy huang
Hi,Michael: I meet the similar problem,but I'm using file upload directly.I test the upload speed is fine with jetty but extremely slow with tomcat 4.1.31.Do you solve your problem? Roy Huang

Re:File Upload with Internet Explorer extremly slow

2005-05-08 Thread roy huang
I did use common upload in someplace,but my application now need cocoon's own upload. I can't use tomcat 5 because of tomcat5's mapping problem: http://issues.apache.org/bugzilla/show_bug.cgi?id=32424 --- Using commons upload, I find no problem with Tomcat and speed.

Re: Authentication ??? Tomcat5 deploy

2005-04-24 Thread roy huang
Check this: http://marc.theaimsgroup.com/?l=xml-cocoon-devm=111434672201834w=2 Roy Huang

Re: [HELP] COCOON-EHCACH-1CACHE - Professional help needed

2004-12-14 Thread roy huang
I got the same problem.After study the error message,it's an ehcache's bug.I goto download ehcache-1.1.jar from ehcache homepage ,replace ehcache-1.0.jar shipped with cocoon ,problem solved. Roy Huang - Original Message - From: Daniela Innerwinkler [EMAIL PROTECTED] To: [EMAIL

Problems after upgrade to 2.1.6

2004-11-26 Thread roy huang
set user role,this won't happen in 2.1.5.1.Is it a update?Can I disabled this log? Roy Huang

Re: Webmail in cocoon

2004-11-08 Thread roy huang
What am I interesting is bind James and Cocoon together.James is using Avalon too,but I can't find any information about embed James in cocoon.I just wonder what a great stuff if Cocoon can embed one mail engine in it's block like HSQL. Roy Huang - Original Message - From

[HELP]If real directory exist,tomcat 5 will automatic add ending slash to the request URL.

2004-10-12 Thread roy huang
: file:/D:/Tomcat 5.0/webapps/webapp/fortest/sitemap.xmap doesn't exist. This error won't happen in tomcat 4 or jetty. Is this tomcat 5 configuration or bugs?Or it's cocoon's own bug? Roy Huang

Re: Re:Still problem Tomcat5.X + cocoon1.2.5

2004-09-21 Thread roy huang
try http://localhost:8080/cocoon/ - Original Message - From: rasul m [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 3:40 PM Subject: Re:Still problem Tomcat5.X + cocoon1.2.5 Hi dont have after cocoon.war folder but it is as archive in

Re: Chart2SvgTransformer

2004-09-13 Thread roy huang
http://www.sidimar.ipzs.it/fins012/docs/index.html - Original Message - From: Alex Romayev [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 11:48 AM Subject: Chart2SvgTransformer Does anyone know what happened to Chart2SvgTransformer? I remember seeing

[Help]How can I use non-ascii file name?

2004-08-12 Thread roy huang
can't find any description or help in wiki or archived mail list. Roy Huang

Re: cl:links in cachingURI coplet ?

2004-07-05 Thread roy huang
Hi,Chris: You mean I can't use cl:link to pass information to a CachingURICoplet? If so,I must use bookmark to accees a CachingURICoplet or not using CachingURICoplet,is that correct? That's what make me confused. Thanks for replying. Roy Huang - Original Message - From: Christian

Re: cl:links in cachingURI coplet ?

2004-07-02 Thread roy huang
Hi,Chris: I change the uri attribute because I change GAlleryViewer from URICoplet to CachingURICoplet,the CachingURICoplet need to change the original attribute.What make me stuffed is CachingURICoplet not URICoplet.Maybe it is a CachingURICoplet's bug. Roy Huang - Original Message

Re: cl:links in cachingURI coplet ?

2004-06-30 Thread roy huang
can I do to make this work again? Or is it a bug? If you were me ,how to solve this problem by using CachingURICoplet with bookmark? WDYT? Roy Huang - Original Message - From: Philippe Guillard [EMAIL PROTECTED] To: users cocoon [EMAIL PROTECTED] Sent: Wednesday, June 30

Re: cl:links in cachingURI coplet ?

2004-06-30 Thread roy huang
My situation is not this type.I using CachedURICoplet to use my application. Roy Huang - Original Message - From: Christian Mayrhuber [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 7:15 PM Subject: Re: cl:links in cachingURI coplet ? On Wednesday 30 June 2004

Re: cl:links in cachingURI coplet ?

2004-06-29 Thread roy huang
Hi Chris, I meet the similar situation.I don't understand calling your pipeline from outside the portal.How to define a pipeline called in a portal ? And what need to do if I call a pipeline outside a portal? Can you describe it more in detail? Thanks Roy Huang - Original Message

[Help][CForms]About insert-node

2004-06-24 Thread roy huang
to aviod the error and insert fd:convertor only when it is needed. WDTY? Roy Huang

[help]sample webmail broken?

2004-06-10 Thread roy huang
? Roy Huang

Re: Can I pass sitemap variable to sub-sitemap?

2004-06-03 Thread roy huang
If this variable must be set by component like action? - Original Message - From: vjaulin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 5:30 PM Subject: Re: Can I pass sitemap variable to sub-sitemap? roy huang a crit : Sorry the subject should be sitemap

Can I pass sitemap parameter to sub-sitemap?

2004-06-02 Thread roy huang
name=action value={action}/ It works if in the same sitemap,but if I mount sub sitemap ,can this sitemap variable pass to sub sitemap so I can use {action} in sub sitemap? Roy Huang

Re: Can I pass sitemap variable to sub-sitemap?

2004-06-02 Thread roy huang
Sorry the subject should be sitemap variable - Original Message - From: roy huang [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 4:05 PM Subject: Can I pass sitemap parameter to sub-sitemap? Hi,all: the sitemap looks like: map:act type=test

Re: Short Introduction to using Cocoon with non-roman languages - was: Has anyone used Cocoon for chinese language application ?

2004-05-30 Thread roy huang
ever posted mail in dev maillist and no reply so I send this mail to dev mail list tow this time. Roy Huang - Original Message - From: Jasper Michalczik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 29, 2004 4:18 AM Subject: Short Introduction to using Cocoon with non

Re: Including external .xconf file in cocoon.xconf

2004-05-25 Thread roy huang
cocoon version=2.1 user-roles=/WEB-INF/yourrolefile.xconf Roy Huang - Original Message - From: Alex Romayev [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 7:53 AM Subject: Including external .xconf file in cocoon.xconf Hi, Is there a way to have an external

RE: [Help]About flowscript invalidation

2004-05-20 Thread roy huang
Yeah,that's what I want. Roy Huang Ah, I guess I misunderstood. You would like the error to be displayed without the user having to press submit? Maybe setting the expires-header and nocache-header could help, but: When you go back to a page resulting from a POST-request, the browser usually

RE: [Help]About flowscript invalidation

2004-05-19 Thread roy huang
I thought about this way ,but this still allow user back and submit again.I want to display error or make page invalidate when user back . Roy Huang Can't you use the map:handle-errors/ here, as in the root sitemap in the wepapp-directory? You have a test for invalid-continuation

[Help]About flowscript invalidation

2004-05-18 Thread roy huang
Continuation The continuation ID 2f0a5881335356585384513c1a4069277678515e is invalid. You see k.invalidate() works,but can it just display the page is invalidate when I back ?Maybe using setHeader or something else in flowscript? WDYT? Roy Huang

[Help]How to get uploaded file name using different form-encoding?

2004-04-20 Thread roy huang
? Roy Huang

[CForms]How to just define a button?

2004-04-07 Thread roy huang
The widgets fd:submit and fd:action are rendered as submit,how can I just define an button and set button's onclick? Roy Huang

Re: [CForms]How to just define a button?

2004-04-07 Thread roy huang
I know that way,But I just want to define this button in define file I don't know if there is a widget for that, but you could alternately define a HTML button element within your forms template. Greetz, Jeroen

[CForms]can I dynamic bind repeaters in js on form define?

2004-04-01 Thread roy huang
); I use a repeater to show table to do the same thing like multi-value's selectionlist.Can I rebind only the repeater just like setSelectionList? If it can't ,I can use XXX.addRow() to do the similar thing,but how can I get the value from a pipeline(like cocoon:/cars/)? Roy Huang

[CForms]What multi-form looks like?

2004-04-01 Thread roy huang
suggestion? Roy Huang