Re: portal + cforms + coplet links

2006-09-14 Thread Wadim Kruse
I am stuck. Any help/suggestion/question/tip highly appreciated! Wadim Kruse wrote: > > Hi folks, > > I would like to pass some information from one coplet to another. I've > read that one possible solution to achieve this is by using coplet links. > I've tried it,

cform, problem with calendar popup

2006-09-14 Thread Wadim Kruse
Hi folks, I am getting the following error message in the JavaScript console: - Error: unterminated string literal Source File: ... Line: 1, Column: 103 Source Code: forms_calendar.select(forms_getForm(this)['Semesters.0.Modules.0.Due'],'Sem

Re: cforms + binding + xml namespaces

2006-09-06 Thread Wadim Kruse
)+".xml"; >> jxpathPointer.setValue(formValue); >> >> >> >> >> >> >> >> >> >> >> The result docu

portal + cforms + coplet links

2006-09-06 Thread Wadim Kruse
Hi folks, I would like to pass some information from one coplet to another. I've read that one possible solution to achieve this is by using coplet links. I've tried it, but it doesn't work. When I click the link, the coplet with the link is redisplayed. This is the coplet with the link:

Re: cforms + binding + xml namespaces

2006-09-06 Thread Wadim Kruse
> Have you already tried the following: > Is another namespace working with the same prefix? > Is the same namespace working with another prefix? > > Can you provide the whole binding document? > > Fabian > > Wadim Kruse wrote, On 06.09.2006 14:06: >> Well, ther

Re: cforms + binding + xml namespaces

2006-09-06 Thread Wadim Kruse
I've figured out that: inserts the node with correct namespace in opposite to: ... or As a workaround, is there a way while binding to access the inserted node in order to set an attribute? Best regards, Wadim Wadim Kruse wrote: > > > Well, there is no error

Re: after serialize stored the created document like file

2006-09-06 Thread Wadim Kruse
Hi, you can use flowscript to achieve this, as described in: http://www.nabble.com/Injecting-a-String-XML-document-into-a-pipeline-tf48141.html#a134091 Best regards, Wadim rachid harradi wrote: > > hello > > i need your help? > > i have sitemap like: > > > http://apache.org/cocoon/sitema

Re: cforms + binding + xml namespaces

2006-09-06 Thread Wadim Kruse
tp://apache.org/cocoon/i18n/2.1"; No problems with i18n namespace. Someone any ideas? Best regards, Wadim Wadim Kruse wrote: > > Hi Fabian, > > thanks a lot, the patch solved the problem! > @BTW: Why is this patch not in the trunk? > > Regards, > Wadim

Re: cforms + binding + xml namespaces

2006-09-01 Thread Wadim Kruse
ssue: > > http://issues.apache.org/jira/browse/COCOON-1893 > > Fabian > > Wadim Kruse wrote, On 01.09.2006 11:45: >> Hi folks, >> >> I have a problem in cforms while binding to an element with not default >> namespace: >> >> > xmlns:xi="htt

cforms + binding + xml namespaces

2006-09-01 Thread Wadim Kruse
Hi folks, I have a problem in cforms while binding to an element with not default namespace: http://www.w3.org/2001/XInclude";> var formValue = "cocoon:/ModuleDescriptors/"+widget.getValue()+".xml"; jxpathPointer.setValue(formValue); Error wh

CForms in Portal + Continuations

2006-08-04 Thread Wadim Kruse
Hi @all, Sorry for repeating the question, but I couldn't find a solution in the docs and on the list. I've got cforms with styling working in portal (it's probably not the best solution to copy the cforms head section into the portal-page.xsl, but it works). My problem now are the actions: How

Cocoon Portal / Roles

2006-07-27 Thread Wadim Kruse
Hi, I have the same issue, as in: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=115319517009528&w=2 Does the role based view work in the new portal block ? (Cocoon 2.1.10-dev, OS: Ubuntu 6.06, Java: 1.5.0_06 ) If so, how ? If I define copletdata, copletinstancedata and layout per user, it w

Re: User Roles and Flowscript

2006-03-29 Thread Wadim Kruse
Stewart, Gary wrote: Hi there, I've been working with the authentication resource for a while but I figured it was about time I implemented per role pipelines (that is some pipelines can only be accessed by some roles). I am using flowscript to do this but I don't seem to be able to get it to