connecting to other web application

2004-08-18 Thread Superbiji
Hi, I'm integrating cocoon with my existing php app. I know my php app can act as Generators (using http://), but is it possible to post form data from cocoon (CForms) back to PHPAPP? PHPAPP -> COCOON -> CFORMS -> PHPAPP -> SHOWRESULTINCOCOON Many thanks... -

iterate cforms widgets in JX

2004-08-23 Thread Superbiji
Hi, Is is possible to iterate cforms widgets in JX? flow.js: f=loadform showform var b=f.getmodel sendpage("somepage.jx", b) somepage.jx: for-each $bizdata or flow.js: f=loadform showform var b=f.getmodel b=b.getchildren <- error? sendpage("somepage.jx", b) somepage.jx: for-each $bizdata -

Re: iterate cforms widgets in JX (fwd)

2004-08-23 Thread Superbiji
Great, it works thanks On Mon, 23 Aug 2004 16:34:17 +0400, Timur Izhbulatov <[EMAIL PROTECTED]> wrote: > Superbiji writes: > > > Hi, > > > > Is is possible to iterate cforms widgets in JX? > > > > flow.js: > > f=loadform > > showf

users@cocoon.apache.org

2004-08-26 Thread Superbiji
Hi, i'm transforming: ... ... with: and: resulting: Could not find variable with the name of continuation but i wanted it only be transformed by form, tried to use CDATA tags but not workin' any idea how? Thanks, khad --

Re:

2004-08-26 Thread Superbiji
Yup. Thx although eclipse does not colorize it correctly ;) On Thu, 26 Aug 2004 12:31:14 +0200, Bruno Dumon <[EMAIL PROTECTED]> wrote: > > > On Thu, 2004-08-26 at 12:17, Superbiji wrote: > > Hi, > > > > i'm transforming: > > ... > >

encoded html

2004-08-29 Thread Superbiji
I have: how to show it as decoded html? I mean with bold text shown, not the html source... with PHP I can use html_entities_decode() Thx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

Re: encoded html

2004-08-29 Thread Superbiji
Well it work using disable-output-escaping="yes" ;-) xml: <b> THIS SHOULD BE BOLD </b> using xslt: http://www.w3.org/1999/XSL/Transform"; version="1.0"> On Sun, 29 Aug 2004 19:08:55 +0

Re: CForms validation integers

2004-08-31 Thread Superbiji
What's the error message? On Mon, 30 Aug 2004 21:33:12 +0200, defe <[EMAIL PROTECTED]> wrote: > hi, > > How can i simply make sure a user will only input numeric characters > in a text field? > > it does not completely works with the following: > > > foo > > > > thanks > >

javascript collection for cocoon

2004-08-31 Thread Superbiji
hi anyone published javascript util collection for cocoon? such as loadDocument(uri), saveDocument(document, uri) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: javascript collection for cocoon

2004-09-01 Thread Superbiji
; > function isDocument(uri) > > that returns a true/false if a doc is found or not... > if so, could someone more knowledgeable than me > post the code here? > > Thanks! > > >>> [EMAIL PROTECTED] 2004/09/01 09:43:47 AM >>> > > > > From:

Re: CForms: Is it possible to populate the the drop down list dynamically?

2004-09-06 Thread Superbiji
Use binding, use javascript: add code: widget.setSelectionList( "cocoon:/somepipeline" ) Many way to approach this, see car selector example On Fri, 3 Sep 2004 23:24:11 -0700 (PDT), Syama Thota <[EMAIL PROTECTED]> wrote: > Hi, > I have a form with three drop down lists (list1, > list2, list3), th

cocoon directory generator

2004-09-07 Thread Superbiji
If you use cocoon's directory generator expect trouble if you want to sort it by date. To sort by time or date set parameter: sort = "lastmodified" That's it! not by setting parameter: sort = lastModified or time or date - To u

Re: cocoon directory generator

2004-09-07 Thread Superbiji
109344585918253&w=2 > > > > > Superbiji wrote: > > > If you use cocoon's directory generator expect trouble if you want to > > sort it by date. > > > > To sort by time or date set parameter: sort = "lastmodified"

Re: loose continuation

2004-09-07 Thread Superbiji
Maybe time is expired ;) You hang out too long after pressing Back button On Tue, 7 Sep 2004 19:12:51 +0300 (EEST), [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > hi > > i have some cforms > and a flow script that create a small > wizard that > - display a form > - wait for submit > - display