Re: Very early 2.1.12-dojo1_1-dev committed

2009-02-15 Thread 公司邮箱
Hi,Jeremy There also a http://trac.dojotoolkit.org/ticket/8484 will affect many widgets Regards Roy Huang

Re: Very early 2.1.12-dojo1_1-dev committed

2008-12-07 Thread 公司邮箱
Hi,Jeremy I found setting container-encoding to UTF-8 will solve the prolems under tomcat 6. Regards Roy Huang

Re: How to get spring beans with Cocoon Template 1.0?

2008-11-20 Thread 公司邮箱
Hi,Thorsten Scherler There's many reasons to do this in template,But the MOST IMPORTANT IS it's quick and don't need to write java so it does not need to restart server.For a developer who just know spring and common java,it's not easy to implement cocoon's interface or any other specify interface

Re:How to get spring beans with Cocoon Template 1.0?

2008-11-19 Thread 公司邮箱
codes: Roy Huang

Re: Very early 2.1.12-dojo1_1-dev committed

2008-11-07 Thread 公司邮箱
Hi,Jeremy One more IE problem patch,this time is Select.js For encoding problem,my web.xml is form-encoding ISO-8859-1 BUT... will change the form-encoding to UTF-8. I did't study your post,but in my experiences,this will work under cocoon 2. 1. regards Roy

Re: Very early 2.1.12-dojo1_1-dev committed

2008-10-29 Thread 公司邮箱
Hi,Jeremy I found the reason why your code did't work under IE7. I found a thread from dojo support forum http://dojotoolkit.org/forum/dojo-core-dojo-0-9/dojo-core-support/loading-cu stom-modules-ie7 and they are right,it is comma issues. I post your js code to jslint http://www.jslint.com/ and co

Re: Ajax bug:update textarea wrong.

2005-11-13 Thread
Hi,Sylvain: It only happen in IE,not in Mozila. Roy Huang _ 与联机的朋友进行交流,请使用 MSN Messenger: http://messenger.msn.com/cn

portal+cform+ajax problem in 2.1.8 rc1

2005-11-07 Thread
Hi,all I try to combine portal+form(with ajax) in 2.1.8 rc1,all is fine but one problem,I don't know if is a bug,and just show my step here: 1.change block portal in samples,copletdata.xml,config like: Application Test CachingURICoplet buffer true

Re: Question and Suggessions about forms block in 2.1.6

2004-11-28 Thread
Hi Sylvain: I tried this before but failed(see my first mail in this thread),but today I found the key: I change import url in jx_template from to: the state invisibled work. jx-macros.xml is the new file in 2.1.6,can it replace template.jx? Roy Huang From: Sylvain Wallez <[EMAIL PROTE

Re: Question and Suggessions about forms block in 2.1.6

2004-11-22 Thread
Using output state did solve my problem ii),if we can access/change widget's value through flowscript.But if invisible state just make widget *not visible*,the UI shouldn't throw exception .Under this condition user must encode in flowscript and jxTemplate to make invisible state work,it als

Re: 2.1.6 build failed on block javaflow with zip file source

2004-11-22 Thread
No other bcel jav but jakarta-bcel-20040329.jar,ship with the zip file format source. Roy Huang From: Torsten Curdt <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: 2.1.6 build failed on block javaflow with zip file source Date: Mon, 22 Nov 2004 11:00:25 +0100 ro

cocoon.sendPage and redirect-to not compatible?

2004-04-26 Thread
Just after submit my mail I saw an archive mail-list describe the same: http://marc.theaimsgroup.com/?l=xml-cocoon-dev&m=10756461460&w=2,but nobody response. Roy Huang _ 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com

cocoon.sendPage and redirect-to not compatible?

2004-04-26 Thread
Hi all, In cocoon forms we always use cocoon.sendPage to show after submit,like this code in registration.js under samples\forms\flow: cocoon.sendPage("registration-success-pipeline.jx", bizdata); and then in sitemap to display it. But if I use redirect-to in this pipeline like:

Re: [woody]display error after upgrade to 2.1.4.It may be a new bug?

2004-02-17 Thread
I will try it.But how to dowgrade?replace file in java_home or tomcat lib? roy huang I can confirm the error with XSLTC from Xalan 2.5.2, I didn't try it with XSTLC from Xalan 2.5.1 yet. But it works with Xalan 2.5.1 itself, so I can only recommend you to downgrade to this version. Joerg

Re: [woody]display error after upgrade to 2.1.4.It may be a new bug?

2004-02-17 Thread
To Gallardo: 1.How to do it?Move which file to which directory? 2.I'm using tomcat 4.1 in wsad 5.1,so what's the work directory? To Joerg: the attachment is my enviroment ,still using xalan 2.5.2 roy huang Antonio Gallardo wrote: I think I had similar problems. Woody is working fine now. T

[woody]display error after upgrade to 2.1.4.It may be a new bug?

2004-02-16 Thread
I Upgrade to 2.1.4 today and then I found my found can't display.the problem is obviously occour when tranform using woody-samples-styling.xsl. In 2.1.3,my form define cotain simplified Chinese so it will throw an exception like "Attempt to output character of integral value 21516 that is not

re:what is the woody form binding encoding?

2004-02-11 Thread
problem solved .I change jvm to 1.4.2,all solved. roy huang _ 免费下载 MSN Explorer: http://explorer.msn.com/lccn/

Re: what is the woody form binding encoding?

2004-02-11 Thread
Sorry for sending mail twice,mail list is quite difficult use to me.I must use hotmail in web browser to send the mail(other mail account has pop3 and smtp account can't send mail to this mail list,maybe it is blocked),so I don't know if this mail can be the next thread in the list. I tried

what is the woody form binding encoding? sorry for last mail using html format

2004-02-11 Thread
I saw the woody's binding samples and use dom to save form data.I modified js like: if (isbind=="true") { document = loadDocument(documentURI); // bind the document data to the form form.load(document); } // shows the form to the user until is validated successfully for

what is the woody form binding encoding?

2004-02-11 Thread
I saw the woody's binding samples and use dom to save form data.I modified js like:  if (isbind=="true") {     document = loadDocument(documentURI);     // bind the document data to the form     form.load(document);    }    // shows the form to the user until is validated successfully    form.showF