Calling function in root sitemap flow

2015-11-10 Thread Bardo Nelgen
Hi all, obviously I’m missing something: Could anyone please point me towards the proper method of calling a function in root sitemap flow (incl. passing parameters) from a sub-sitemap’s matcher ? Is this possible at all ? Thanks for any hint !! Best, Bardo

Re: Accessing application/json message body of POST request

2014-03-17 Thread Bardo Nelgen
app front ends mongodb using json as the transport over http. Cocoon still rocks in this new world. Please get in touch if there is anything I can help with. Best regards Warrell On 16 Mar 2014 19:37, Bardo Nelgen mailing.list.in...@bnnperformances.de mailto:mailing.list.in

Accessing application/json message body of POST request

2014-03-16 Thread Bardo Nelgen
Hi all, has someone ever accessed the message body of a post request to cocoon which uses application/json as its content type? The same request is being handled without issues if posted as application/x-www-form-urlencoded. Though, as soon as the content type is changed to JSON, Cocoon

Wildcard URI Matcher Issue with Cocoon 2.2

2014-03-02 Thread Bardo Nelgen
Hi all, has anyone ever experienced a kind of mismatch, when a request of type /*/devices/*/registrations/*/* gets a response from a matcher style /*/devices/*/registrations/* ?? Shouldn't actually the first pattern's *last* slash prevent this from happening!? At least that's the way I

Wildcard URI Matcher Issue with Cocoon 2.2

2014-03-02 Thread Bardo Nelgen
Hi all, has anyone ever experienced a kind of mismatch, when a request of type /*/devices/*/registrations/*/* gets a response from a matcher style /*/devices/*/registrations/* ?? Shouldn't actually the first pattern's *last* slash prevent this from happening!? At least that's the way I

Re: Remove XML declaration and html DOCTYPE

2013-08-22 Thread Bardo Nelgen
type=text mime-type=application/json map:parameter name=omit-xml-declaration value=yes/ /map:serialize HTH On 08/21/2013 11:18 PM, Bardo Nelgen wrote: Hi all, sorry to pick this up again so late, but is there a solution for Cocoon 2.2 as well? Tried both approaches without the desired

Re: Remove XML declaration and html DOCTYPE

2013-08-21 Thread Bardo Nelgen
Hi all, sorry to pick this up again so late, but is there a solution for Cocoon 2.2 as well? Tried both approaches without the desired result, for a piece of generated JavaScript… As the XML serialization did not work as advertised in this thread so far, I'm currently going with

Re: enter key

2012-12-25 Thread Bardo Nelgen
Hi Paul, that one's actually quite simple: With all browsers I know the ENTER key-click is auto-associated with a form's HTML SUBMIT input type. That way it will, in essence, work automatically (a.k.a. by default) once your form has a submit button and, as a consequence, not necessarily

Re: Setting HTTP protocol header LINK using header action

2012-12-16 Thread Bardo Nelgen
; media=screen#44;handheld; type=text/css / instead. Just in case someone else runs into this. Am 13.12.2012 22:52, schrieb Bardo Nelgen: Hi all, has anyone so far been successful setting a HTTP protocol LINK parameter (according to http://tools.ietf.org/html/rfc5988#section-5.5

Setting HTTP protocol header LINK using header action

2012-12-13 Thread Bardo Nelgen
currently trying with the action. By now, I've been successful using the following dummy data map:act type=header map:parameter name=content-language value={flow-attribute:locale} / map:parameter name=author value=BNN / map:parameter name=revised value=Bardo Nelgen

Accessing Sessions

2006-09-21 Thread Bardo Nelgen
Hi all, how can I obtain a list of a) the current session-id of the current context (hopefully named that right...) b) all currently active sessions from Cocoon via 1. FlowScript 2. inside a generator 3. inside an action ??? Any help highly appreciated. Bardo Nelgen -- --- BNN

Re: Accessing Sessions

2006-09-21 Thread Bardo Nelgen
Thanks ! Bardo -- --- BNN Performances http://www.wewillwebyou.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Accessing Sessions

2006-09-21 Thread Bardo Nelgen
Any further ideas on the other aspects, anyone ??? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Calling JAVA-Action from Flow

2006-09-07 Thread Bardo Nelgen
, how this could be achieved ? All sorts of input are highly appreciated ! Bardo Nelgen -- --- BNN Performances http://www.wewillwebyou.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Calling JAVA-Action from Flow

2006-09-07 Thread Bardo Nelgen
Hm. This is what I wanted to avoid... ;-) I even thought I had read something about this in some corner of the documentation - but unfortunately cannot re-find it... *grrr* However. Thanks. :-) :-) Bertrand Delacretaz wrote: On 9/7/06, Bardo Nelgen [EMAIL PROTECTED] wrote: ...I'm