URL Encoding

2004-07-06 Thread Oro smith
Since cookies are not supported by phones, i have used URLEncoding for session handling in my mobile mail application. It works fine with non GPRS phone and TTEmulator. However when i tested in a gprs phone, i get an error immediately after the login page. ie after i click the login button. E

Re[2]: how to access authentication context ?

2004-07-06 Thread qMax
Tuesday, July 6, 2004, 11:23:02 PM, [EMAIL PROTECTED] wrote: SS> Hi SS> I had the same need. I'm not where my source is but if I recall I use the SS> session transformer within the login pipeline to load the authentication SS> session info into my own session context only on success. Then this inf

Re: reloading context in javaflow

2004-07-06 Thread Enrico Migliore
Stephan Michels wrote: Am Di, den 06.07.2004 schrieb Joerg Heinicke um 3:00: On 05.07.2004 22:34, johan coens wrote: Where to set the CompilingClassLoader? Specify it in the cocoon.xconf won't work. Is there any doc about this? Unfortunately I can not answer all questions. I have not

Re: session framework

2004-07-06 Thread John L. Webber
In case anyone's interested, the behavior with Mozilla is similar (at least under Linux). Two or more windows/tabs will share the same session cookie; if I start a new instance of Mozilla (which has to be with a different profile), it gets a different cookie. John Adam Walsh wrote: It seems to

Re: Session timeouts

2004-07-06 Thread Ralph Goers
That is a funny way to put it. Cocoon doesn't provide anything regarding session listeners nor does it prevent you from doing so. In fact, it is extremely easy. I created a single "SessionData" class that is nothing more than a container for all my other session-based objects. This class regi

Re: Problem with CSS and Cocoon 2.1

2004-07-06 Thread [EMAIL PROTECTED]
Stéphane MESTRE wrote: Hello, After an XSL transformation in Cocoon, I would want to apply an CSS stylesheet on the XHTML document. The style is not apply in the Cocoon's XHTML generate document but if I use my XML development environment (Cooktop), the result is correct and the document's styl

Re: xsp-request:set-attribute

2004-07-06 Thread Joose Vettenranta
Hi, I tried also with and it seems to pass that information to browser, but not to that another ... I tried to google information about how aggregate is processed (like is it a own thread) which would explain why it is not working.. Perhaps I just have to do some action to find out the inform

Re: XMLFileModule problem [SOLVED]

2004-07-06 Thread Joose Vettenranta
It was a bug and is fixed in CVS. - Joose 6.7.2004 kello 13:39, Stephan Coboos kirjoitti: Seems like that it does not read new settings.. Hmm, seems to be a bug. Please ask this question in the dev group [EMAIL PROTECTED] -- "Always remember that you are unique, just like everyone else!" * http://

Re: Can't bind query parameters in SQLTransformer??

2004-07-06 Thread Steve Schwarz
Terry I started using SQLTransformer and for a lot of things it works great. It doesn't do parameter substitution (AFAIK) so my queries/inserts/updates are built dynamically and build the query explicitly. I'm sure there are still a lot of Cocoon apps deployed and currently being built using thi

Lenya / Lynotype / webdav

2004-07-06 Thread Lincoln Mitchell
Title: Lenya / Lynotype / webdav There seems to be a few options regarding editing content in a browser within Cocoon. 1. I started out looking at cocoon forms 2. Then I found out about Linotype and did some work in this, but have since heard it is a bit unstable and need more work 3. Am n

Re: session framework

2004-07-06 Thread Adam Walsh
It seems to depend on how you open the second IE window. If you go to File -> New -> Window then both browsers will have the same session cookie, but if you start up a new instance of IE then it uses a new session cookie. Adam Antonio Gallardo wrote: lionel crine dijo: My client

SQL Transformer: inserting XML into TEXT column?

2004-07-06 Thread Joel McConaughy
I'm trying to insert some XML into a text column using the SQL Transformer however the element tags are getting removed and only the text elements are getting into the insert statement. Is there a way to do this? Thanks. joel ---

Re: session framework

2004-07-06 Thread Antonio Gallardo
lionel crine dijo: > My client uses Internet exlorer. > Antonio, do you confirm that IE share the same context ? I already did the test in IE: In the IE case you will need to login on each window. Best Regards, Antonio Gallardo. > > > Lionel > > > > > On 06 Jul 2004 17:08:29 +0100, Colin Paul Ad

Re: excell tags

2004-07-06 Thread Carl-Otto Kjellkvist
Tnx, that was precisely what I was looking for! regards c-o On Tue, 06 Jul 2004 20:55:12 +0200, Joerg Heinicke <[EMAIL PROTECTED]> wrote: On 06.07.2004 21:41, Carl-Otto Kjellkvist wrote: I'm trying to make an excel sheet and i can't find any goodreferences over the functions/tags that I can u

Re: Can't bind query parameters in SQLTransformer??

2004-07-06 Thread Terry Brick
Thanks for the tip. I started with SqlTransformer because I *thought* that it was the new/improved/suggested way of doing things with sql. I'm starting to get the impression db support is low priority here. I guess that's fine... I guess I just could've figured it out sooner :) --- "Anderson J.

bsf: JYTHON script cannot find my classes

2004-07-06 Thread Scott Schwab
All, I am having a problem running a jython script, through the script generator, which refers to a my own java class. The class is packaged in a jar and placed in the cocoon/WEB-INF/lib directory. My .py scripts that referred to the standard java classes, for example java.sql, work fine. Jy

ValidationTransformer bits?

2004-07-06 Thread Joel McConaughy
There is a ValidationTransformer described in the wiki but no download links that I can find. Is this code available somewhere? Thanks. joel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: Load Cocoon servers

2004-07-06 Thread Brent Johnson
I splt the rows up. But if you're planning on working with a million rows per client per year.. yeah offline processing would probably be best. My webgate app does realtime processing of television programming to create an online TV grid.. and thats still only about 20,000 records. But even live

Re: Can't bind query parameters in SQLTransformer??

2004-07-06 Thread Anderson J. Vitous
I've not done anything using SqlTransformer, but parameter binding can be done with ESQL in XSPs, in which your query becomes something like select * from foo where foo_date < datevar That being said, I've had trouble doing this with date values but instead of looking for a 'prop

Re: Can't bind query parameters in SQLTransformer??

2004-07-06 Thread Terry Brick
Anyone? Am I the only one attempting serious database back-end work with cocoon? --- Terry Brick <[EMAIL PROTECTED]> wrote: > Looking through the doc and the source code, I don't see that it's possible to use > standard JDBC > query parameter binding. I would've expected to be able to do somethi

Re: excell tags

2004-07-06 Thread Joerg Heinicke
On 06.07.2004 21:41, Carl-Otto Kjellkvist wrote: I'm trying to make an excel sheet and i can't find any goodreferences over the functions/tags that I can use in my xsl-file. So I wonder if someone has some url's thatcan be at help!? It's the Gnumeric file format as described at http://cocoon.a

excell tags

2004-07-06 Thread Carl-Otto Kjellkvist
I'm trying to make an excel sheet and i can't find any goodreferences over the functions/tags that I can use in my xsl-file. So I wonder if someone has some url's thatcan be at help!? regards c-o -- Using Opera's revolutionary e-mail client: http://www.opera.com/m2/ ---

Re: CForms, binding with repeater, new element overwrites old element

2004-07-06 Thread Joerg Heinicke
On 06.07.2004 17:21, Nicole Hochleiter wrote: In stepping through org.apache.cocoon.forms.binding.RepeaterJXPathBinding public void doSave(Widget frmModel, JXPathContext jxpc) throws BindingException I got the impression, that my new added element overwrites an existing one. I'm working with bean

Re: SOAP call

2004-07-06 Thread Andrew Stone
I knew it was a little premature. Here's the working XSP for those who would like to know: xmlns:xsp="http://apache.org/xsp"; xmlns:soap="http://apache.org/xsp/soap/3.0";>

File upload with flow

2004-07-06 Thread Johann Romefort
Hi, I would like to upload a file using flow and not actions, so I looked at the wiki and found a kind of how-to, but the cocoon-upload.jar file containing FileUploadManager is corrupted. Anyone could provide me with this file, or with any class which would work? Thanks in advance, johann --

SOAP call

2004-07-06 Thread Andrew Stone
Hello all, I hesitate posting on this board so early in my research, but this has become quite annoying. I am very new to Cocoon, and have just finished rewriting most of our intranet with this framework. However, I wish to use SOAP to get stock information. The problem most likely lies with

Re: Docs on building a minimal Cocoon App

2004-07-06 Thread oceatoon
Disrigard the last post there was a bug in the send and I received TIm's answer before it arrived. Thanks Tim this was what I needed. Tibor - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: session framework

2004-07-06 Thread lionel crine
My client uses Internet exlorer. Antonio, do you confirm that IE share the same context ? Lionel On 06 Jul 2004 17:08:29 +0100, Colin Paul Adams wrote > > "Antonio" == Antonio Gallardo <[EMAIL PROTECTED]> writes: > > >> I ask this question because people can open two browsers with >

Re: Accessing services

2004-07-06 Thread Emond Papegaaij
> > - custom java objects > > Write your own method? But: > > You should never throw a component thru other objects because of closing it > correctly can be a problem! > > The best way ist to get the component, fetch all datas required and then > return it immediately after that. Only the requ

RE: how to access authentication context ?

2004-07-06 Thread Steve Schwarz
Hi I had the same need. I'm not where my source is but if I recall I use the session transformer within the login pipeline to load the authentication session info into my own session context only on success. Then this info is available to all pipelines (either via the session input module or the

Problem with CSS and Cocoon 2.1

2004-07-06 Thread Stéphane MESTRE
Hello,   After an XSL transformation in Cocoon, I would want to apply an CSS stylesheet on the XHTML document.   The style is not apply in the Cocoon's XHTML generate document but if I use my XML development environment (Cooktop), the result is correct and the document's style is good.   I

Re: session framework

2004-07-06 Thread Colin Paul Adams
> "Antonio" == Antonio Gallardo <[EMAIL PROTECTED]> writes: >> I ask this question because people can open two browsers with >> the same profile. And so, I need two session context >> objects. Is it true ? Antonio> I already did the test. If you open 2 browser windows on A

Re: Docs on building a minimal Cocoon App

2004-07-06 Thread oceatoon
This documentation is good for defining the minimal sitemap but I would like to build a minimal cocoon structure without all the blocks and samples and keep it limited to our application components. Is there something of the kind out there ? how to define exclusion on blocks, how to limit the build

CForms, binding with repeater, new element overwrites old element

2004-07-06 Thread Nicole Hochleiter
In stepping through org.apache.cocoon.forms.binding.RepeaterJXPathBinding public void doSave(Widget frmModel, JXPathContext jxpc) throws BindingException I got the impression, that my new added element overwrites an existing one. I'm working with bean binding, cocoon.2.1.5, Java 1.4.2. Is it a

Re: no data from db in xsp

2004-07-06 Thread Carl-Otto Kjellkvist
Tnx for the tip (i did it e few minutes before your post). The log said that the class loader wasnt loaded. i took a look at the tags in my cocoon-proporties and saw that i had two tags for loading class-loader. regards c-o On Tue, 06 Jul 2004 13:35:43 +0200, Leszek Gawron <[EMAIL PROTECTED]>

Re: [cforms] Form-level custom validator

2004-07-06 Thread Carlos Chávez
Hi Alex, well i think you need use for show the error message and you can write a validator for the form . for example: In the definition.xml you can write: // write the code for validation // set the message error : widget.getChild("widget name for me

Re: Session timeouts

2004-07-06 Thread Colin Paul Adams
> "Ugo" == Ugo Cei <[EMAIL PROTECTED]> writes: Ugo> Il giorno 06/lug/04, alle 11:26, Colin Paul Adams ha scritto: >> Except having now looked on the documentation for session >> support in Cocoon, there does not appear to be any support for >> session timeouts. Ugo> Sessio

Re: session framework

2004-07-06 Thread Antonio Gallardo
Lionel Crine dijo: > Another question : > > The session context object is single per client ? > > I ask this question because people can open two browsers with the same > profile. And so, I need two session context objects. Is it true ? I already did the test. If you open 2 browser windows on the

Re: Internal server error

2004-07-06 Thread Leszek Gawron
Oro smith wrote: I get the error "internal server error" when i test my mobile application on the gsm phone. However it works in the cdma phone. What could be the cause for error? My application is mobile mail using cocoon. regds. Closeup

Re: no data from db in xsp

2004-07-06 Thread Leszek Gawron
Carl-Otto Kjellkvist wrote: i have this code in my xsp: Search results swingconnection select * from doneschedule and my pipeline is: i have set the swingconnection in cocoon.xconf and web.xml has gotten the driver for

Re: Making a wiki-type application

2004-07-06 Thread Leszek Gawron
David Leangen wrote: I know there has been a lot of discussion about the new wiki recently... but this is a different (but perhaps related) question. I need to begin thiking about making a wiki-type application. I love Cocoon, but it seems that there are already some specialised apps out there (suc

Re: session framework

2004-07-06 Thread Lionel Crine
Another question : The session context object is single per client ? I ask this question because people can open two browsers with the same profile. And so, I need two session context objects. Is it true ? Antonio Gallardo wrote: Lionel Crine dijo: I don't have a logout page in my application, so

WebServiceProxyGenerator, editing request for cookies and redirect

2004-07-06 Thread Thierry BARUSTA
Hello! As Promised... I've got more questions ;-) First thanks for the help on the other thread, I used XSLT to translate/rewrite the links inside the document to point to the proxy and it works well. Now, I'm still having a linking problem but for those in the request -In case of a redirect (S

Re: Session timeouts

2004-07-06 Thread Ugo Cei
Il giorno 06/lug/04, alle 11:26, Colin Paul Adams ha scritto: Except having now looked on the documentation for session support in Cocoon, there does not appear to be any support for session timeouts. Session timeouts are the concern of the servlet container. It should be configured somewhere in W

xsp-request:set-attribute

2004-07-06 Thread Joose Vettenranta
I tried to pass information from one point to another with sitemap.xmap: that info-{1}.xml is a XSP with the line I mentioned. request-attr:m_id always returns nothing. (also tried: {chain:m_id} => no go) It should return the id of what I save there... Why it

Re: Docs on building a minimal Cocoon App

2004-07-06 Thread Tim Larson
On Tue, Jul 06, 2004 at 09:37:33AM +0200, oceatoon wrote: > Thank you David, > I kept requesting for "minimal cocoon" (What I remembered was the name of > the doc) and only got "blockusecases". Weird word search ??? Strange, anyway here is how I found it: I clicked on the FindPage link and typed

cookies

2004-07-06 Thread Oro smith
im using URL encoding in cocoon webmail to maintain the session. Previously the default method of using cookies was used. Since this did not work in phones i used url encoder. Will cookies be created now?

Re: Accessing services

2004-07-06 Thread Stephan Coboos
Emond Papegaaij wrote: Hello, I've created my own Serviceable object. It is registered from cocoon.xconf, however, how do I access this service? I need access from the following parts of the code: - sitemap ?? Eventually an own action? - javascript flow cocoon.getComponent() cocoo.releaseCo

RE: Linotype in 2.1.5

2004-07-06 Thread Lincoln Mitchell
Very informative thx, I have been wondering about webdav and have had various problems with Linotype so will check webDAV out. Linc -Original Message- From: Ugo Cei [mailto:[EMAIL PROTECTED] Sent: Tuesday, 6 July 2004 4:35 PM To: [EMAIL PROTECTED] Subject: Re: Linotype in 2.1.5 Il gi

[solved - ugly] cforms : retrieve multiplevaluefield

2004-07-06 Thread Stephane Delort
Hi, I found an *ugly* solution to retrieve the values form a multipleValueField : cocoon.request.setAttribute("myForm", form.getWidget()); var reqAttf = cocoon.request.getAttribute("myForm"); var myMVFWidget = reqAttf.lookupWidget("myMVF"); /*the *ugly* piece of code starts here */ var myVar

how to access authentication context ?

2004-07-06 Thread qMax
I want to implement very simple scheme: if user is not loged in, every page on site contains login form, if user is logged in, there is "hello, $user" message and logout button. session context "authentication" is only available if pipeline is within auth-protect acition, but not in auth-loggedIn

Cforms: bean AND xml binding in a single form?

2004-07-06 Thread Joel McConaughy
Title: Cforms: bean AND xml binding in a single form? Is it possible to use both bean and xml binding in a single form?  I'm using hibernate and the bean binding to access SQL data.  One of the columns contains xml data that I would like to include in the form.  Thanks. Joel

Re: Antwort: Re: cforms : retrieve multiplevaluefield

2004-07-06 Thread Joerg Heinicke
On 06.07.2004 12:00, Stephane Delort wrote: My datatype is String for both MVF. I would have writen something like : // this is ok cocoon.request.setAttribute("myForm", form.getWidget()); var reqAttf = cocoon.request.getAttribute("myForm"); Don't know what you are trying here. You simply set a requ

GPRS error

2004-07-06 Thread Oro smith
The following error is seen in the error.log file. This is a url which i try to browse through a mobile phone which works using GPRS. However i dont get any error when i browse using using a wap enabled phone that doesnt use GPRS. What is the reason for this?? I have used UrlEncoder to maintain

Antwort: Re: cforms : retrieve multiplevaluefield

2004-07-06 Thread Derek Hohls
Stephane This is the code I use in my script for accessing and forwarding on the multi-value field data... maybe its not the best way but it works for me! var themeForm = new Form("forms/model_form.xml"); themeForm.showForm("form-display"); /* extract data from multi-select field */ /*

Accessing services

2004-07-06 Thread Emond Papegaaij
Hello, I've created my own Serviceable object. It is registered from cocoon.xconf, however, how do I access this service? I need access from the following parts of the code: - sitemap - javascript flow - xsp - custom java objects At this moment I put the Serviceable object in a static field to

Re: reloading context in javaflow

2004-07-06 Thread Stephan Michels
Am Di, den 06.07.2004 schrieb Joerg Heinicke um 3:00: > On 05.07.2004 22:34, johan coens wrote: > > Where to set the CompilingClassLoader? Specify it in the > > cocoon.xconf won't work. Is there any doc about this? > > Unfortunately I can not answer all questions. I have not used the > CompilingC

Re: XMLFileModule problem

2004-07-06 Thread Stephan Coboos
Joose Vettenranta wrote: Seems like that it does not read new settings.. I changed file line to: then changed content of the config.xml reloaded many times.. -> still reading old values How to refresh those values? Hmm, seems to be a bug. Please ask this question in the dev group [EMAIL PROTECTE

Re: Caching JXTemplate

2004-07-06 Thread Leszek Gawron
Unico Hommes wrote: Leszek Gawron wrote: Unico Hommes wrote: Unico Hommes wrote: I am carrying this over to dev@ so other developers can comment. Leszek Gawron wrote: Unico Hommes wrote: Oh but I think I see now. The cache-key and cache-validity objects are associated with the compiled template o

Re: Caching JXTemplate

2004-07-06 Thread Unico Hommes
Leszek Gawron wrote: Unico Hommes wrote: Unico Hommes wrote: I am carrying this over to dev@ so other developers can comment. Leszek Gawron wrote: Unico Hommes wrote: Oh but I think I see now. The cache-key and cache-validity objects are associated with the compiled template object using template

Antwort: Re: cforms : retrieve multiplevaluefield

2004-07-06 Thread Stephane Delort
My datatype is String for both MVF. I would have writen something like : // this is ok cocoon.request.setAttribute("myForm", form.getWidget()); var reqAttf = cocoon.request.getAttribute("myForm"); var myMVFWidget = reqAttf.lookupWidget("myMVF"); // this does not work and is still a mystery f

Re: New wiki - impressions?

2004-07-06 Thread Upayavira
Derek Hohls wrote: Upayavira Uh, I wasn't really serious here, you know. I didn't! Thanks for clarifying! But I think its good that people do know the benefits of the move... perhaps, as always, good comms around this change will help raise awareness and block any (temporary) negative perception

Re: Caching JXTemplate

2004-07-06 Thread Leszek Gawron
Unico Hommes wrote: Leszek Gawron wrote: Unico Hommes wrote: Leszek Gawron wrote: Antonio Gallardo wrote: I am not sure if this was coded after the discussion. Can you provided info about the status of that? Yes it is implemented. I did it. You patched CVS :) And it works too. Great job! I've doc

Re: Caching JXTemplate

2004-07-06 Thread Leszek Gawron
Unico Hommes wrote: Unico Hommes wrote: I am carrying this over to dev@ so other developers can comment. Leszek Gawron wrote: Unico Hommes wrote: Oh but I think I see now. The cache-key and cache-validity objects are associated with the compiled template object using template properties. The com

Re: Caching JXTemplate

2004-07-06 Thread Unico Hommes
Unico Hommes wrote: I am carrying this over to dev@ so other developers can comment. Leszek Gawron wrote: Unico Hommes wrote: Oh but I think I see now. The cache-key and cache-validity objects are associated with the compiled template object using template properties. The compiled template in tu

XMLFileModule problem

2004-07-06 Thread Joose Vettenranta
Seems like that it does not read new settings.. I changed file line to: then changed content of the config.xml reloaded many times.. -> still reading old values How to refresh those values? Thanks, Joose 6.7.2004 kello 12:40, Joose Vettenranta kirjoitti: Seems like that is what I can use.. I put

Re: Caching JXTemplate

2004-07-06 Thread Leszek Gawron
Unico Hommes wrote: Leszek Gawron wrote: Unico Hommes wrote: Leszek Gawron wrote: Antonio Gallardo wrote: I am not sure if this was coded after the discussion. Can you provided info about the status of that? Yes it is implemented. I did it. You patched CVS :) And it works too. Great job! I've doc

Re: cforms : retrieve multiplevaluefield

2004-07-06 Thread Joerg Heinicke
On 06.07.2004 11:23, Stephane Delort wrote: Hi, I am trying to get my cforms multipleValueFields. I tried to get the values of the user's selected fields. Thus, I really don't know how to do this since the getValue() of the multiplevaluefield widget return an objetc. This object is an array but I d

Re: Caching JXTemplate

2004-07-06 Thread Unico Hommes
Leszek Gawron wrote: Unico Hommes wrote: Leszek Gawron wrote: Antonio Gallardo wrote: I am not sure if this was coded after the discussion. Can you provided info about the status of that? Yes it is implemented. I did it. You patched CVS :) And it works too. Great job! I've documented this new feat

Re: global variables from file? [SOLVED, kinda]

2004-07-06 Thread Joose Vettenranta
Seems like that is what I can use.. I put in cocoon.xconf like this: and in sitemap and it's working well =) Thanks, Joose 5.7.2004 kello 19:55, Stephan Coboos kirjoitti: I don't know wether it is what you want, but you can use the PropertiesFileModule or the XMLFileModule to access co

Re: Linotype licence

2004-07-06 Thread Joerg Heinicke
On 06.07.2004 05:34, Lincoln Mitchell wrote: I am customising the Linotye sample block. It now looks nothing like it but still using 80% of the code. Can I offered this as a content management solution to a client? The info at http://www.apache.org/foundation/licence-FAQ.html seems to give This is

multiplevaluefield and event listener

2004-07-06 Thread Stephane Delort
Hi, I noticed that the multiple value do not handle (nowaday) the on-value-changed event. I override it using a fd:action widget which on-action is : ,,, /* update my second multiplevaluefield thanksto the values of the first one */ ,., as I tod you i

Re: Caching JXTemplate

2004-07-06 Thread Leszek Gawron
Unico Hommes wrote: Leszek Gawron wrote: Antonio Gallardo wrote: I am not sure if this was coded after the discussion. Can you provided info about the status of that? Yes it is implemented. I did it. You patched CVS :) And it works too. Great job! I've documented this new feature on the cocoon wi

Making a wiki-type application

2004-07-06 Thread David Leangen
I know there has been a lot of discussion about the new wiki recently... but this is a different (but perhaps related) question. I need to begin thiking about making a wiki-type application. I love Cocoon, but it seems that there are already some specialised apps out there (such as the new Moinmo

Re: [CForm]Cocoon form sample doesn't work

2004-07-06 Thread Joerg Heinicke
On 06.07.2004 09:35, Christina wrote: > Just tried the cocoonform sample http://localhost/samples/blocks/forms/form1 and > http://localhost/samples/blocks/forms/form1.flow > both of them doesn't work. There is always error on the "altbirthdate" widget, the > error message is "invalid date format

Re: Caching JXTemplate

2004-07-06 Thread Unico Hommes
I am carrying this over to dev@ so other developers can comment. Leszek Gawron wrote: Unico Hommes wrote: Unico Hommes wrote: Antonio Gallardo wrote: Upayavira dijo: Antonio Gallardo wrote: Upayavira dijo: Alan wrote: I'm wondering if there is a way to cache JXTemplate, or any or

Re: Caching JXTemplate

2004-07-06 Thread Unico Hommes
Leszek Gawron wrote: Antonio Gallardo wrote: I am not sure if this was coded after the discussion. Can you provided info about the status of that? Yes it is implemented. I did it. You patched CVS :) And it works too. Great job! I've documented this new feature on the cocoon wiki here: http://wiki.

Re: Caching JXTemplate

2004-07-06 Thread Leszek Gawron
Antonio Gallardo wrote: Unico Hommes dijo: Surely you couldn't have missed it. You committed it: http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/java/org/apache/cocoon/generation/JXTemplateGenerator.java?r1=1.46&r2=1.47 Now reviewing the patch, I can't imagine how this is going to work. Both cache

Session timeouts

2004-07-06 Thread Colin Paul Adams
> "Colin" == Colin Paul Adams <[EMAIL PROTECTED]> writes: > "Ugo" == Ugo Cei <[EMAIL PROTECTED]> writes: Ugo> the user never submits the form, but just closes the browser, Ugo> walks away or surfs to some other website? The transaction is Ugo> never closed and the records are l

Re: Caching JXTemplate

2004-07-06 Thread Leszek Gawron
Unico Hommes wrote: Unico Hommes wrote: Antonio Gallardo wrote: Upayavira dijo: Antonio Gallardo wrote: Upayavira dijo: Alan wrote: I'm wondering if there is a way to cache JXTemplate, or any ordinarily uncachable pipeline, maybe from flowscript, by teling Cocoon that for this

cforms : retrieve multiplevaluefield

2004-07-06 Thread Stephane Delort
Hi, I am trying to get my cforms multipleValueFields. I tried to get the values of the user's selected fields. Thus, I really don't know how to do this since the getValue() of the multiplevaluefield widget return an objetc. This object is an array but I don't know how to cast the object to be an A

Re: Caching JXTemplate

2004-07-06 Thread Leszek Gawron
Antonio Gallardo wrote: I am not sure if this was coded after the discussion. Can you provided info about the status of that? Yes it is implemented. I did it. You patched CVS :) -- Leszek Gawron [EMAIL PROTECTED] -

Re: Cococon Geographic Data Capabilities

2004-07-06 Thread oceatoon
We are also very much interested in this direction our project is still in concept phase, so first we are in the process of absorbing cocoon :). Is anybody working on merging GeoServer into cocoon? Tibor Ivo Limmen wrote: > Maybe this can be of some help. > http://geoserver.sourceforge.net/html/

Re: XSP file as serializer

2004-07-06 Thread Derek Hohls
Remenber that XSP is a *generator* - you could use the XML files as a source of query spec.. and then generate the query usiung ESQL inside your XSP page -OR- You could switch to the preferred way of doing things which is to use JXTemplateGenerator, followed by an SQLTransformer. If your XML q

Re: Flowscript, CForms and one writer, many readers

2004-07-06 Thread Colin Paul Adams
> "Ugo" == Ugo Cei <[EMAIL PROTECTED]> writes: Ugo> the user never submits the form, but just closes the browser, Ugo> walks away or surfs to some other website? The transaction is Ugo> never closed and the records are locked forever (unless you Ugo> implement some kind of time

Re: XSP file as serializer

2004-07-06 Thread Antonio Gallardo
Matthieu Richard-Molard dijo: > Hi! > Thanks for your answer. > > I have information about sql requests stored in a XML file. > I'd like my XSP to read them and generate the requests > > Is it possible by using a XSP file as a serializer? XSP is a generator. It can be useful to read the stored d

Re: Flowscript, CForms and one writer, many readers

2004-07-06 Thread Antonio Gallardo
Ugo Cei dijo: > Il giorno 06/lug/04, alle 09:24, Colin Paul Adams ha scritto: >> Reading around, it seems binding to a bean using JDO is a decent way >> to go. > > Don't know about JDO, but Hibernate supports automatic versioning > out-of-the-box. Yep. JDO support it. Best Regards, Antonio Galla

Re: XSP file as serializer

2004-07-06 Thread Matthieu Richard-Molard
Hi! Thanks for your answer. I have information about sql requests stored in a XML file. I'd like my XSP to read them and generate the requests Is it possible by using a XSP file as a serializer? Thank you. Le 6 juil. 04, à 10:44, Derek Hohls a écrit : Matt Maybe you could define what you mean by

Re: Flowscript, CForms and one writer, many readers

2004-07-06 Thread Ugo Cei
Il giorno 06/lug/04, alle 09:24, Colin Paul Adams ha scritto: I have a simple diary application. At present, it reads the events data from an XML file. Using CForms and the XML file binding, anyone can update the events data. Of course, this suffers from the usual problems if two people try to upda

Re: session framework

2004-07-06 Thread Antonio Gallardo
Lionel Crine dijo: > I don't have a logout page in my application, so is the context ending > automatically after x seconds ? Yep. I think the default is set for 30 minuts. Best Regards, Antonio Gallardo - To unsubscribe, e-ma

Re: XSP file as serializer

2004-07-06 Thread Derek Hohls
Matt Maybe you could define what you mean by "manage data:; Cocoon is all about data management... but if you are more specific, the list can make better suggestions as to what methods you could use. >>> [EMAIL PROTECTED] 2004/07/06 10:34:42 AM >>> Hello! Is it possible to use a xsp file as a s

Re: Cococon Geographic Data Capabilities

2004-07-06 Thread Ivo Limmen
Maybe this can be of some help. http://geoserver.sourceforge.net/html/index.php it supports soap and GML so you could connect with it from within cocoon. Norman Barker wrote: Hi, does any one know of Cocoon's use with geographic data. I see there is Geoid (on CocoonDev) but it seems quiet (corr

Re: Re: Multipage forms and XML binding

2004-07-06 Thread Karim ALKHADER
Thank you for your answer and for the link. Didn't change my model with union yet, but I think this will be fine. I'm also thinking of another way to do this with a multipage form without exchange between client and server until the last page of the form. Maybe I could use something like in the ta

Re: Linotype in 2.1.5

2004-07-06 Thread Ugo Cei
Il giorno 06/lug/04, alle 06:13, Antonio Gallardo ha scritto: Lincoln Mitchell dijo: Anyone now what is happening with Linotype and 2.1.5? http://nagoya.apache.org/bugzilla/show_bug.cgi?id=29009 Unfortunately, the problem is not just the IE incompatibility. Linotype, as distributed, needs serious

XSP file as serializer

2004-07-06 Thread Matthieu Richard-Molard
Hello! Is it possible to use a xsp file as a serializer? The aim is to manage data from a xml file without resorting to the "util" logicsheet I tried to do it this way : but it gave no results. Any clue would be heartily welcome! Thanks Matt. -

Re: Caching

2004-07-06 Thread Mikolaj Machowczyk
> Is there another place where either Apache or Tomcat could store this > file in cache ? Are you sure that your web browser doesn't cache this image? Do you use mod_cache in Apache2? Best regards, Mikolaj - To unsubscribe, e-m

Re: Cococon Geographic Data Capabilities

2004-07-06 Thread Derek Hohls
Norman Please post anything you find out... I am also interested, or rather, I have colleagues in the GIS domain with whom I need to "build bridges" and better interactivity with Cocoon would be great! Derek >>> [EMAIL PROTECTED] 2004/07/06 10:12:14 AM >>> Hi, does any one know of Cocoon's use

Cococon Geographic Data Capabilities

2004-07-06 Thread Norman Barker
Hi, does any one know of Cocoon's use with geographic data. I see there is Geoid (on CocoonDev) but it seems quiet (correct me if I am wrong!) at the moment. Is any one using Cocoon with GML (Geographic Markup Language), Web Feature Servers, even Web Map Servers. Any help would be appreciated. Th

Re: best place to store information : another question

2004-07-06 Thread Lionel Crine
Steve, I think that your solution is a little bit too much. I'm not keen on modifying dynamically the sitemap. Moreover, these parameters are necessary to my custom components. I don't want to pass the parameters each times I call them in the sitemap. But, maybe I can access the global sitemap p

Re: Caching

2004-07-06 Thread Mikolaj Machowczyk
> Is there another place where either Apache or Tomcat could store this > file in cache ? Are you sure that your web browser doesn't cache this image? Do you use mod_cache in Apache2? Best regards, Mikolaj - To unsubscribe, e-m

  1   2   >