FlowJXPathSelectionListBuilder selected item

2005-08-15 Thread Philippe Guillard
Hi, Hope i'm not wrong, but i seems to me that the FlowJXPathSelectionListBuilder (/src/blocks/forms/java/org/apache/cocoon/forms/datatype/FlowJXPathSelectionListBuilder.java) is missing something to add the html tag "selected" for the item selected in a selection-list. Then we could do: label

AJAX in CForms for response

2005-07-06 Thread Philippe Guillard
Hi, I checked the AJAX samples today : Great for use with repeater/unions/selction-lists. I also understand i get there some cform validation before submit!. I have another case in mind: A lightweight form may contain a few simple fields, and often the response page would be nothing more than

Re: "Reset" cachingURI coplet

2005-05-26 Thread Philippe Guillard
cocoon.log.debug("tempURI changed for coplet="+copletId); } else { cocoon.log.error("This coplet doesn't exist="+copletId); } } catch ( e ) { cocoon.log.info("Error", e); } finally { cocoon.releaseComponent( se

Re: "Reset" cachingURI coplet

2005-05-26 Thread Philippe Guillard
the continuation point. (cocoon://portal/coplets/mycoplet/xxx.continue) I suppose you added something else, but can't get what!? Regards, Phil Jean-Baptiste Quenot wrote: * Philippe Guillard: I'm looking for some idea/solution to refresh a cachingURI coplet conte

"Reset" cachingURI coplet

2005-05-25 Thread Philippe Guillard
Hi all, I try there since i get no answer on the user-list. My question is also the same as this old mail http://www.mail-archive.com/users@cocoon.apache.org/msg12028.html. I'm looking for some idea/solution to refresh a cachingURI coplet content after a form in portal has been submitted. Then a

Re: XMLHTTPRequest

2005-03-30 Thread Philippe Guillard
, and that's ok for my use. Regards, Phil Sylvain Wallez wrote: Philippe Guillard wrote: Hi I was happy/surprised to discover the xhr_carselector in 2.1.7 samples, and just want to get news about it (Sorry i can't access Bugzilla today, and before didn't find much on bug 34077). I

XMLHTTPRequest

2005-03-28 Thread Philippe Guillard
Hi I was happy/surprised to discover the xhr_carselector in 2.1.7 samples, and just want to get news about it (Sorry i can't access Bugzilla today, and before didn't find much on bug 34077). I imagine this feature needs lots of work, maybe CForms re-work, so i just wonder what is the situation.

Re: Enctype + CachingURI Coplet

2005-03-11 Thread Philippe Guillard
e things look better to me: _____ http://apache.org/cocoon/portal/coplet/1.0"; method="POST" onsubmit="forms_onsubmit(); " action="portal"> Philippe Guillard wrote: It seems Revision *27956* <http://svn.apache.org/

Re: Enctype + CachingURI Coplet

2005-02-23 Thread Philippe Guillard
e); } Now i get the continuation but form.lookupWidget("upload").getValue() seems always null. At the same time i discovered the file uploaded is only available in the same pipeline. Any advice welcomed ! Phil Philippe Guillard wrote: Hi, I know that portal-html-eventlink doesn&#

Enctype + CachingURI Coplet

2005-02-19 Thread Philippe Guillard
Hi, I know that portal-html-eventlink doesn't delete enctype attribute anymore (http://issues.apache.org/bugzilla/show_bug.cgi?id=28095) Anyway i can't make my upload form work anymore in a cachingURI coplet, cocoon2.1.6, (I updated HTMLEventLinkTransformer.java to last revision 122957 that i fo

Client side validation for CForms

2005-02-06 Thread Philippe Guillard
Hi all, My idea is to systematically use server-side validation as it is necessary, + some client-side to be confortable for the user. I used the (great) patch found in http://issues.apache.org/bugzilla/show_bug.cgi?id=32419. Anyway i get trouble when i think about string lenght limitation. The

Re: [Poll] Portal deployment / Cocoon portal usage

2005-01-25 Thread Philippe Guillard
Responses inside. 1. Are you currently using the Cocoon Portal Framework? A) Yes we are using it for our Website under development 3. Why did you choose the Cocoon portal framework? A) We were already using Cocoon B) A strategic decision was made to use Open Source 4. What do you think is curr

Re: Navigation and Cocoon Portal

2004-08-15 Thread Philippe Guillard
Hi, I suggest you adapt the portal stylsheets with a dynamic parameter passed from sitemap and then show or not show your extra tab. (In /portal/skins/common/styles/tab.xsl or /portal/skins/common/styles/linktab.xl) Phil On Sun, 2004-08-15 at 23:58, Jennifer Yip wrote: > Hi guys, > > Quick ques

RE: [portal] Implementing Login coplet with CForms

2004-07-21 Thread Philippe Guillard
I try again if somebody succeded or has any suggestion how to process for that topic ? Phil On Fri, 2004-07-02 at 16:48, Philippe Guillard wrote: > Hi, > > Is there some fresh news about that topic ? I mean somebody succeded ? > > Regards, > > Phil > > On Thu

RE: [portal] Implementing Login coplet with CForms

2004-07-02 Thread Philippe Guillard
Hi, Is there some fresh news about that topic ? I mean somebody succeded ? Regards, Phil On Thu, 2004-05-27 at 03:33, Alex Romayev wrote: > --- Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > > Alex Romayev wrote: > > > > > > Ok, I'm a bit confused and not sure where to > > start. > > > > > > T

RE: portal-html-eventlink transformer and req-params ?

2004-06-29 Thread Philippe Guillard
t; be done by the html-eventlink transformer. > > HTH > Carsten > > > -Original Message- > > From: Philippe Guillard [mailto:[EMAIL PROTECTED] > > Sent: Monday, June 28, 2004 6:42 AM > > To: [EMAIL PROTECTED] > > Subject: portal-html-eventlink tran

portal-html-eventlink transformer and req-params ?

2004-06-28 Thread Philippe Guillard
Hi, On last cvs 2.1, with cachingURI coplet adapter and portal-html-eventlink transformer, links like page2 are transformed in action=x&event=y I discovered the original request-params like "a" are put before the question mark in the query string : a=1?copletid=app-test-1&cocoon-portal-action=1&c

portal-html-eventlink transformer and req-params ?

2004-06-28 Thread Philippe Guillard
Hi, On last cvs 2.1, with cachingURI coplet adapter and portal-html-eventlink transformer, links like page2 are transformed in action=x&event=y I discovered the original request-params like "a" are put before the question mark in the query string : a=1?copletid=app-test-1&cocoon-portal-action=1&c