Re: More control over Cform Date Conversion

2009-02-03 Thread Simone Gianni
hose cases. Unfortunately this.value inside that javascript callback is already in a Date format. My question is: How do I get access to the users original text input within the fd:validation section? If there is no way to get access to the raw text, do I need to write my own validator to

Re: Strange Exception with Cocoon2.2

2008-11-17 Thread Simone Gianni
processReader(AbstractCachingProcessingPipeline.java:834) > > ... 75 more > > Caused by: java.net.SocketException: Connection reset by peer: socket > write error > > at java.net.SocketOutputStream.socketWrite0(Native Method) > > at > java.net.SocketOutputStream.so

Re: Strange XSLT transformer behaviour?

2008-04-22 Thread Simone Gianni
like : Simone Gianni Will be : The name is Simone Gianni And bla bla bla That is the correct way for XSLT to work. Maybe I'm not correctly understanding your point :) Simone Heather Rankin wrote: > Hi, > > I'm a newbie. Using Cocoon 2.1.11 and the f

Re: which submitbutton was pressed?

2006-12-12 Thread Simone Gianni
ZongoZongo wrote: > The Problem is, that the forms are generated dynamically. So i dont now which > buttons eaven exists. > Hi Niclas, you can write the following : var buttonid = form.submitId; var widget = form.lookupWidget(buttonid); var attribute = widget.getAttribute("myattribute"); More

Re: How Acceding request attribute in sitemap

2006-12-07 Thread Simone Gianni
Ard Schrijvers wrote: >> It's not made in single steps (generator generates all XML, >> transformer >> 1 transforms it, transformer 2 transforms it, serializer >> serializes it), >> but it a smooth flow of elements. >> > > About the smooth flow of elements, I agree untill you hit an xsl > t

Re: How Acceding request attribute in sitemap

2006-12-06 Thread Simone Gianni
Hi Habib, Habib Kaci wrote: > > Hi, > > I want set request attributes in xsp pages, and use them in > the sitemap. > > I do that in xsp page : name="toto">tata > > in the sitemap : value="{request-attr:toto}"/> > > But that doesn't work. Any idea ? > This is a qu

Re: Accessing an applet from flow

2006-12-05 Thread Simone Gianni
Hi Alberto, Alberto Brosich wrote: > Hi, > > I have a form builded with cforms and controlled by a flowscript. > This form contains an applet and I need to retrieve in the flowscript > some values from it. > The applet is not a widget so it's not accessible from form object (I > suppose...). See M

Re: Help! Cocoon can't set cache directory

2006-12-04 Thread Simone Gianni
Hi Dan, I'm not completely sure about it, but I think the slash ("/") at the beginning of the directory is the problem. Probably you didn't noticed that on windows cause in windows is no problem to create a c:\WEB-INF\... folder, while under unix it will fail if you don't have enough rights. If I'

Re: CForms: Dynamic XML-binding

2006-12-04 Thread Simone Gianni
Hi Zongo, you need a processPipelineTo call. With that you can invoke, from the flow, a cocoon pipeline and fetch the result as an array of byte, which can be converted to a string. Simone ZongoZongo wrote: > Hi > > I have a simple short problem. > I have a CForm and want to bind data to the form

Re: Weird Javascript error in continuations

2006-07-26 Thread Simone Gianni
ld think that useless (which is a local >variable) would still contain a string! > >What am I missing? > > >Toby > >--------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EM

Re: selection-list getting items from xml-file

2006-07-22 Thread Simone Gianni
Ups, missed this answer before writing mine :) Simone Jason Johnston wrote: > Frank MW wrote: > >> Hi all, >> >> I'm trying to get the values for a selection-list from an xml - file, >> but there is not much documentation around and I haven't found a >> fitting hint yet. That's what I tried rath

Re: selection-list getting items from xml-file

2006-07-22 Thread Simone Gianni
hat? Or if there is documentation on it, could > you provide me with the link, since I couldn't find it. What I need is > not in here: > http://cocoon.apache.org/2.1/userdocs/widgetconcepts/selectionlists.html > > since it just says: > > > > > But how do I spec

Re: forms-field-styling.xsl jar classpath

2006-07-19 Thread Simone Gianni
. > > regards > > Andrew > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> > > -- Simone Gianni

Re: formatting problems with dates in flow-jxpath selection-list

2006-07-19 Thread Simone Gianni
} > ... > form.showForm("filter-disply-pipeline", {"g_listData":g_listData}); > > > filter_model.xml: > ... > > >list-path="g_listData/receptionDate" value-path="value" > label-path="label" datatype="date" null-text=

Re: [CForms] Howto?: bind repeater to collection of String

2006-07-18 Thread Simone Gianni
tName = (String) params.get("widget"); if (this.subwidgetName == null) throw new IllegalArgumentException("Must specify a widget for Repeater to Bean List binding"); this.skipNulls = params.get("skipnulls") != null && params.get("skipnulls").equals("true"); } public static AbstractCustomBinding createBinding(Element config) throws Exception { RepeaterToBeanList binding = new RepeaterToBeanList(); binding.parametrize(FormsHelper.getParams(config)); return binding; } } -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I18n translation i18n:expr

2006-07-17 Thread Simone Gianni
--- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> >> >> >> > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: creating the first app ...

2006-07-16 Thread Simone Gianni
Hi Paulo Sérgio, Bertrand is right, cocoon documentation is a bit "abstract", examples add the pragmatic side of it :) Anyway, for a longer introduction ... In the cocoon webapp folder you need the sitemap.xmap file. Then, if the sitemap is going to use other files, you'll need those files as wel

Re: non-xml content-type and PUT requests

2006-07-16 Thread Simone Gianni
his doesn't > make sense, I'm still learning how to speak Cocoon. > > thanks, > mcb > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Simone Gianni --

Re: Difference between fi:group and ft:group

2006-07-14 Thread Simone Gianni
e"/> > > > > > Is it required in this example to wrap the ft:widget section inside > tags? > > regards > > Andrew -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CForms: Ajax-based widget validation?

2006-07-13 Thread Simone Gianni
ntire page? Thanks. > >joel > > > > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Simone Gianni -

Re: form-template onSubmit issue

2006-07-10 Thread Simone Gianni
; Basically what I want to happen is that when is > returned a value of 'true' to indicate that all form > fields have been validated successfully a javascript > function is carried out, for example an alert is trig

Re: Fwd: About session-context:authentication Input

2006-07-06 Thread Simone Gianni
tion as it should be: > > > > 0 > test > cocoon.authentication > html > > > > but when I try to use > > ="{session-context:authentication/authentication/ID}"/> > > in sitemap, it c

Re: Kill the cache?

2006-07-06 Thread Simone Gianni
use a "noncaching" pipeline in your sitemap.xmap file: > > > > > > >Regards, > > > > > > >2006/7/6, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > >This whole situation of cocoon caching other contexts is unacceptable. > > > > > >How do I kill the cache mechanism completely? > > > > > >Thanks > > > > > > > >- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cocoon-forms-block.jar opened file

2006-07-06 Thread Simone Gianni
uot;TO MANY OPENED FILES" Error. > Thanks to lsof we can see that when a user logs into the > application, websrvd opens cocoon-forms-block.jar and never > closes them. Finally Web Server fails and we must restart it. > Any sug

Re: reading GET and POST parameters

2006-07-02 Thread Simone Gianni
tively, NOT > union of both. > > Is it possible (similart to $_GET and $_POST in PHP) > > thanks, > MB -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Cforms repeater

2006-06-01 Thread Simone Gianni
gt; > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: custom validator is not called

2006-06-01 Thread Simone Gianni
> > > > > > >QuickLine WebMail - http://www.QuickLine.com > >--------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mai

Re: CForms tree-model using xml as source?

2006-05-31 Thread Simone Gianni
Based on >org.apache.cocoon.forms.formmodel.tree.DefaultTreeModel, I was able to create >a widget that reads its contents from an XML document. The current >implementation is a little ugly but it works. The widget parses the XML >document (using XOM) and then this document is transformed

Re: Cocoon form/ajax problem

2006-05-31 Thread Simone Gianni
.getChild("funds"); >fundsLinkBottom.setState(Packages.org.apache.cocoon.forms.formmodel.WidgetState.INVISIBLE); > >it is this last line which is causing the error. any help would be much >appreciated. > > > >------

Re: how to get the label of radio.

2006-05-30 Thread Simone Gianni
;depending on the i18n) > >Best regards > >johnson > >----- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: webapp testing

2006-05-30 Thread Simone Gianni
er at all. Simone Simone Gianni wrote: >Hi Lars, >we successfully used Selenium. "writing" the test is as simple as >recording it with Selenium-IDE, which is a firefox plugin. Then adding >"wise" testing (like check that this thing is here, or changing a >recor

Re: webapp testing

2006-05-27 Thread Simone Gianni
Cocoon sitemap?) > - without testing every possible datum in your huge database > - comparing the output of two URLs and pinpointing where they differ, > without having to do manual search. > > Thanks for your help, > Lars > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Modify AJAX Carselector sample to work with mysql

2006-05-25 Thread Simone Gianni
egorie1='Audi'' and where it says Golf I want 'select > distinct kategorie2 from Objekt where kategorie1='Volkswagen'' > > where it now says '1.4 75' I want 'select distinct kategorie3 from > Objekt where kategorie1='Audi' and k

Re:

2006-05-23 Thread Simone Gianni
.QuickLine.com > >----- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: paged cforms

2006-05-19 Thread Simone Gianni
done. > > Has anyone done anything like this ? It sort of sounds like a commom > problem which people may well have solved ? > > Any pointers greatly appreciated > > lee c -- Simone Gianni - T

Re: Continuations loosing state

2006-05-17 Thread Simone Gianni
*D-Haven* <http://d-haven.org> > 20044 Great Falls Forest Dr. > <http://maps.google.com/maps?q=20044+Great+Falls+Forest+Dr.%2CGreat+Falls%2CVA+22066%2CUSA&hl=en> > Great Falls, VA 22066 > USA > > See who we know in common <http://www.linkedin.com/e/wwk/567

Re: java bean 2 OO Calc Xcell binding anyone?

2006-05-15 Thread Simone Gianni
e (the FlowJXPathSelectionList or JavaScriptSelectionList). - Use and then use whatever you want in that pipe, even a flow. Hope this helps, Simone -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Bean Binding and Repeaters...

2006-05-12 Thread Simone Gianni
/apache.org/cocoon/forms/1.0#binding"; path="/"*>* * * ** * * ** * * * * ** * * * * ** * * ** * * * * * * Let us know if this works any better. Simone -- Simone Gianni - To unsubscri

Re: Bean Binding and Repeaters...

2006-05-12 Thread Simone Gianni
Hi Berin, Berin Loritsch wrote: > I've got the CForm displaying the information in the database--even > though the doesn't display checked if Tag.isHotTopic > is true. I know it seems strange, but try to convert it/add a getter getHotTopic. I couldn't determine why, but sometimes JXPath does no

Re: starting points with the cocoon portal

2006-05-12 Thread Simone Gianni
nsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Null values with fd:assert

2006-05-09 Thread Simone Gianni
hanks, > Dan Curran > > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: User Management Application in Cocoon, maybe based on CForms

2006-05-09 Thread Simone Gianni
sure e-mails and attachments are virus-free but you should carry out your own checks before opening any attachment. -- Simone Gianni

Re: User Management Application in Cocoon, maybe based on CForms

2006-05-08 Thread Simone Gianni
talking > about a (cuszomizable, maybe embeddable) UI! > > Regards, > Torsten > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: repalce function in Flowscript ?

2006-05-08 Thread Simone Gianni
ow is the filter variable declared? You could try one of the following : var jsfilters = new String(filter); var jsfilters = filters + ''; and then : jsfilters.replace(/a/g,'b'); Hope this helps, Simone -- Simone Gianni -

Re: repalce function in Flowscript ?

2006-05-08 Thread Simone Gianni
not what I want). > > I even tried building a RegExp... no way. > > Anyway, thanks for your help :) > > Regards, > > >Luca Morandini > www.lucamorandini.it > > > >

Re: CIncludes & namespaces

2006-05-07 Thread Simone Gianni
istribute or copy this email without >our consent. We do not accept any liability in connection with any computer >virus, data corruption, incompleteness, or unauthorised amendment of this >email. It is the sole responsibility of the

Re: JasperExeption

2006-05-05 Thread Simone Gianni
-- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JasperExeption

2006-05-05 Thread Simone Gianni
on-t1563543.html#a4246066 >Sent from the Cocoon - Users forum at Nabble.com. > > >--------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [LIVESITE] Dutch Ministery of Finance: www.minfin.nl

2006-04-14 Thread Simone Gianni
gt;1017WT Amsterdam >The Netherlands >Tel +31 (0)20 5224466 >- >[EMAIL PROTECTED] / www.hippo.nl / [EMAIL PROTECTED] >-- > >[1] http://www.minfin.nl >[2] http://www.hippocms.org >[3] http://cocoon.a

Re: Instruction INVOKEVIRTUAL constraint violated

2006-04-14 Thread Simone Gianni
flow script so when the flow > is loaded it needs to also load the TestMe class. Does JavaFlow use > the special class loader for all classes loaded or just those that > implement continuable? > > Scott-- > > > Simone Gianni wrote: > >> Hi Scott, >> I&#

Re: Instruction INVOKEVIRTUAL constraint violated

2006-04-13 Thread Simone Gianni
upgrading to a newer javaflow version >> is probably no option. >> >> A subtile code change might make a difference. You could >> try a bit ...but rather I would re-think your approach. >> Despite the fact it should work - are you sure that a >> static global user object is the right way to go? >> >> cheers >> -- >> Torsten >> >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: authentication block problem

2006-04-10 Thread Simone Gianni
s the sitemap I'm using (it's basically a copy&paste from the block example) - To unsubscribe, e-ma

Re: CFORMS: datatype - formatting (decimal)

2006-04-08 Thread Simone Gianni
567890' in the CForm Peter Sparkes --------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: CFORM: repeater with paging support

2006-04-08 Thread Simone Gianni
(search on google) for samples of using the three frameworks together in this way, while look for "spring" in che cocoon dev mailing list for avalon to spring discussions. Simone -- Simone Gianni - To unsubscribe, e-ma

Re: CFORM: repeater with paging support

2006-04-07 Thread Simone Gianni
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: CFORM: repeater with paging support

2006-04-07 Thread Simone Gianni
or additional commands, e-mail: [EMAIL PROTECTED] -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: customize cocoon error message

2006-04-07 Thread Simone Gianni
inside our organization about this error message. Any and all help is greatly appreciated. Gary T. Schultz IT Administrator Wisconsin Department of Commerce Cocoon powered http://commerce.wi.gov 608-266-1283 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -- Simone

Re: overriding CForms xslt and css?

2006-04-05 Thread Simone Gianni
s to force them to be at highest priority, for example :      Hope this helps, Simone [EMAIL PROTECTED] wrote: I need to provide a different look for the tabs (using images).   What is the right way to override some but not all of the CForms xslt and css files? There is this {$resources-uri} everywhere.   Thanks -- Simone Gianni

Re: Repeater in form

2006-04-05 Thread Simone Gianni
if i change to ft:repeater i don't have the error, but still the repeater doesn't show up :( 2006/4/5, Simone Gianni < [EMAIL PROTECTED]>: Hi Marc, maybe I'm missing something, but in the generated file there is : While

Re: Repeater in form

2006-04-05 Thread Simone Gianni
's where i don't get the error message. It says "relative to the form container" and "at unknown", which seems to mean that it doesn't know the path. Any idea ? Marc 2006/4/5, Simone Gianni <[EMAIL PROTECTED]>: Hi Marc, the error is not (directly) re

Re: Repeater in form

2006-04-05 Thread Simone Gianni
src="cocoon:/process-selection-list-specific?xpath=/document[meta/doctype='resource']&order=meta/title&value=$doc/meta/id&label=$doc/meta/title" dynamic="true"/>

Re: Field not binding.

2006-04-04 Thread Simone Gianni
bute called mChannelInfo of type Integer (I have also tried using int) and get/set routines. I am using cocoon 2.1.7 . The channel_list pipeline is being used elsewhere, so is probably correct (and it still doesn't work without it).. Any ideas why this will

Re: JNDI and Cocoon Jetty

2006-04-03 Thread Simone Gianni
: Hola, IIRC, JNDI can only used with JettyPlus, and not with the embeddeed version in cocoon. Bye, Can one use env-entry and JNDI with the Jetty bundled with Cocoon? -- Simone Gianni

Re: Creating bookmarks with JavaFlow

2006-03-30 Thread Simone Gianni
ks, Harlan Iverson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman

Re: Best way to launch external applications as generators?

2006-03-28 Thread Simone Gianni
wanted to do this in Cocoon, as a Generator, giving a file as parameter. What would the best approach then be? Any ideas? Regards Hans - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: binding framework and multivaluefields

2006-03-28 Thread Simone Gianni
values variable to null, the form displays correctly, so everything else seems to be working. Anyone know how to do this? Thanks! Brian - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Cocoon as an active proxy

2006-03-28 Thread Simone Gianni
rks ENST Paris FRANCE E-mail: [EMAIL PROTECTED] Tel: (+33) 1.45.81.80.88 Fax: (+33) 1.45.81.71.58 http://shadok.enst.fr/jcm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: CForms: Invisible Labels

2006-03-24 Thread Simone Gianni
ubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cocoon 2 bugzilla is closed

2006-03-21 Thread Simone Gianni
; http://cocoon.apache.org/link/livesites-2.1.html > > johnson > > > > - Original Message ----- From: "Simone Gianni" <[EMAIL PROTECTED]> > To: > Sent: Wednesday, March 22, 2006 12:40 AM > Subject: Re: cocoon 2 bugzilla is closed > > >> Hi Johnson, >

Re: Java Flow/

2006-03-21 Thread Simone Gianni
quot; is not defined The rest of the code seems to be fine though. I am hoping that this is simple issue to resolve, without having to do a major code change ;-), otherwise I will have to stiick with flowscript. Andrew On 3/21/06, Simone Gianni <[EMAIL PROTECTED]> wrote: Hi Andrew,

Re: cocoon 2 bugzilla is closed

2006-03-21 Thread Simone Gianni
> best regards > > johnson > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Simone Gianni -

Re: Java Flow/

2006-03-21 Thread Simone Gianni
I am getting an error message when the line: cocoon.session.setAttribute("user", null); is hit. What is the issue with this when using javaflow instead of flowscript? How can I alter thsi map so that it is java flow complient? I tried: as a starter but got an

Re: Mixing flow resources

2006-03-20 Thread Simone Gianni
x two flow enginges. I based my assumption on a partial support i've seen in code but i believe now it's not there anymore. Simone Simone Gianni wrote: Hi Andrew, supposing you have a com.mycompany.javaflow.Login class, you have to put this class either under WEB-INF/classes/com/myc

Re: Mixing flow resources

2006-03-20 Thread Simone Gianni
Flow and flowscript resources in a sitemap? For example when I do: I get an error message informing me that the class file Login does not exist. How can I manage both in the same sitemap? regards Andre

Re: Accessing form data from a JX template

2006-03-17 Thread Simone Gianni
-de-cliente-exito", viewData); } I've tried to use Sos Nico! ...but it doesn't work! I'd appreciate any help. Thanks! --------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: CForms.process(formContext)

2006-03-17 Thread Simone Gianni
are correct, no red "!" are showing on the template file, ...) Regards, Gunter D'Hondt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional co

Re: Cannot override general.field-required

2006-03-17 Thread Simone Gianni
transformation.I18nTransformer"> resources/i18n resource://org/apache/cocoon/forms/system/i18n location="resources/i18n"/> In resources/i18n/messages.xml I have: This

Re: Post an XML-File to Cocoon with an VB6-Client

2006-03-14 Thread Simone Gianni
Projektgruppe POLAS Entwicklung @ [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>   -- Simone Gianni

R: Is Cocoon the right choice?

2006-03-13 Thread Simone Gianni
No, you can solve this (IMMO) driving the sitemap invocations from the flow (thus having all the control you need) and implementing some custom components (a selector evaluating xpath on an xml bizdata for example) to further tune this contr

R: Re: File generator and parameters

2006-03-13 Thread Simone Gianni
add: > > > > Your map:generate may look like this. > > src=http://{1}/{2}?{url-encode:{request-param:foo}}&{url-encode:{request-param:bar}}/> > > > > Jasha Joachimsthal > > - > > Hippo > > Oosteinde 11 > > 1017 WT Amsterdam > > The -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: i18n transformer doesn't translates attributes

2006-03-13 Thread Simone Gianni
nguage/markup/xsp/java/xsp.xsl file (that transforms your xsp to a java class) apparently uses this parameters : name : is the attribute name (which is not i18n:attr, but just attr) prefix : is the prefix you want to map the namespace of this attribute to

Re: Question about union

2006-03-13 Thread Simone Gianni
unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: i18n transformer doesn't translates attributes

2006-03-13 Thread Simone Gianni
using IMP, the Internet Messaging Program. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone Gianni ---

Re: Access bound bean itself on CForms - also hibernate reattach object to hibernate session on view.

2006-03-10 Thread Simone Gianni
ditional commands, e-mail: [EMAIL PROTECTED] -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: jx templates and syntax

2006-03-09 Thread Simone Gianni
in XSLT and XML based "languages". Cheers. -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Flow and hibernate sessions

2006-03-09 Thread Simone Gianni
ble having open sessions hanging around, though as you said it doesn’t hold onto database connections.   Mark H From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Simone Gianni Sent: 06 March 2006 18:31 To: users@cocoon.apache.org Subject: Re: Flow and hib

Re: Flow and hibernate sessions

2006-03-06 Thread Simone Gianni
unction but if the user never finishes the flow the session will never be closed.   Mark H   -- Simone Gianni /* * Copyright 2005 Pro-netics S.r.l. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except i

Re: [FLOW] sendPageAndWait continuation storage

2006-03-03 Thread Simone Gianni
l (see this articole http://www.planetcocoon.com/node/2190 ) and access the input modules functionalities from inside a flow, but i can't find where it's explained anymore :( Simone -Original Message- From: Simone Gianni [mailto:[EMAIL PROTECTED]] Sent: Frida

Re: [FLOW] sendPageAndWait continuation storage

2006-03-03 Thread Simone Gianni
o get to it without going thru all that? TIA, Bill Bruyn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone Gianni - To unsubscrib

Re: CFORM: on-delete-row

2006-03-03 Thread Simone Gianni
me="w4b.com.cassagest.db.AnagrafeOperaitemp"/> -- Simone Gianni - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Memoryleaks in Cocoon 2.1.7?

2006-03-02 Thread Simone Gianni
ly it is no "big-one" in cocoon itself. I would be VERY THANKFULL if you let me know if you find that leak. -- Simone Gianni

Re: Organizing own project in cocoon?

2006-03-02 Thread Simone Gianni
including xpatches, copying of webapp files, carrying needed jars etc.., you just have to organize files in a certain way and copy them in the cocoon folder), but IMMO is a bit overkill for simple cocoon based applications. Simone -- Simone Gianni ---

Re: Trouble with union

2006-03-02 Thread Simone Gianni
unauthorised amendment of this email. It is the sole responsibility of the receiver to scan for viruses before opening. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Simone Gianni

Re: Need an alternative to cocoon.redirectTo()

2006-02-28 Thread Simone Gianni
eloper   Phone 020 7907 4545 DNA An Avenue A | Razorfish Company www.dna.co.uk   -- Simone Gianni

Re: Finding length of widget of datatype="string"

2006-02-27 Thread Simone Gianni
co.uk   -- Simone Gianni

Re: Cast type in flowscript [ Javaflow]

2006-02-27 Thread Simone Gianni
Hi Andrew, yeah, sorry, you have to explictly cast it : Form model = (Form)fi.getModel(); Simone Andrew Madu wrote: Simone, Form form = fi.getModel(); this incorrect as I get a 'Type mismatch: cannot convert from widget to form' error. What is the issue here?: FormInstan

Re: Cforms - fd:initial-value

2006-02-26 Thread Simone Gianni
Hi Kamal, the default value is parsed by the convertor. AFAIK the default convertor for the integer datatype is the formatting convertor, it obtains a number formatter in the normal java way, calling NumberFormat.getNumberInstance(locale). So if you get a null pointer exception maybe is becaus

Re: cforms - validating integers

2006-02-26 Thread Simone Gianni
Hi Kamal, default forms messages are internationalized, so you can change the default message with something else acting on the i18n bundle files. Simone Kamal Bhatt wrote: Simone Gianni wrote: Hi Kamal, remove the fd:regexp validation from non-string fields. You don't need it. T

Re: Cast type in flowscript [ Javaflow]

2006-02-26 Thread Simone Gianni
on.forms.formmodel.Form, that is the underlying form object. So you can do : Form form = fi.getModel(); form.lookupWidget(.).getValue(); etc..etc.. many thanks  Andrew Simone -- Simone Gianni

Re: Cast type in flowscript [ Javaflow]

2006-02-26 Thread Simone Gianni
values. Sorry for saying uncorrect things, I'm sure i had problems with global variables spaning different sessions in flowscript back in 2.1.6 and thought this remained unchanged 'till now. Simone Jason Johnston wrote: Simone Gianni wrote: Hey, pay attention. In Java

  1   2   >