New form of spam (Was: Cocoon Main Site - PDF missing images)

2004-06-09 Thread David Crossley
Derek Hohls wrote: PS Sorry about the cross=post - its this web version of my email... I respectfully suggest that you dump your web-based mail client. Please look at your post ... http://issues.apache.org/eyebrowse/[EMAIL PROTECTED]msgNo=34273 It mangled the email replies from Tony and

Not bound error

2004-06-09 Thread Oro smith
Im getting the error: The prefix session-context for element session-context:getxml is not bound. Where is the error actually? This is the xsp. xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:util=http://apache.org/xsp/util/2.0;

Re: Exception handling

2004-06-09 Thread Thorsten Scherler
Hello Oro, try the following: Oro smith wrote: this is the entire code: xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:util=http://apache.org/xsp/util/2.0; xmlns:xsp-session-fw=http://apache.org/xsp/session-fw/1.0; data xsp:logic String

Re: Not bound error

2004-06-09 Thread John L. Webber
This means that the session-context namespace isn't declared in the xsp:page element. But as far as I know, the session-context module can only be used in the sitemap (I'm not an expert, so I might be wrong about this). In general, though, this not bound error means a namespace declaration is

Re: Flow + Hibernate and lazy initialization

2004-06-09 Thread Leszek Gawron
Nicolas Bielza wrote: Hi, I ran into a small problem when using hibernate inside a flowscript and a velocity template to generate the XML from the hibernated objects. Here's what I'm doing: 1. Get a hibernate session and retrieve some objects from the DB. 2. Pass these objects to a velocity

cocoon and websphere 5

2004-06-09 Thread Sharath
hi all, i'm trying to get cocoon running on websphere. i'm using cocoon version 2.0.4 (as i need them prebuilt using 1.3 jdk). i've followed the instructions on the link: http://wiki.cocoondev.org/Wiki.jsp?page=WebSphereV5.0Deployment however, when i go to the start page

Does not retrieve ID

2004-06-09 Thread Oro smith
hi, Im trying to retrieve the user id from the session and displaying it by passing it as a parameter. However the parameter contains no value and a blank page is displayed. Can someone tell me where the problem is? here are the sitemap and xsp codes. Sitemap: map:match pattern=test1.wml

Re: New form of spam (Was: Cocoon Main Site - PDF missing images)

2004-06-09 Thread Joerg Heinicke
On 09.06.2004 08:32, Antonio Gallardo wrote: David: You have hack eyes! I don't saw it at all. BTW, it is an ad-aware problem: http://vil.nai.com/vil/content/v_101079.htm I suspect some of you have a virus and certainly the ones who use a Virulent Operating System. ;-) I'm impressed how clever

Re: New form of spam (Was: Cocoon Main Site - PDF missing images)

2004-06-09 Thread Antonio Gallardo
David: You have hack eyes! I don't saw it at all. BTW, it is an ad-aware problem: http://vil.nai.com/vil/content/v_101079.htm I suspect some of you have a virus and certainly the ones who use a Virulent Operating System. ;-) Best Regards, Antonio Gallardo

Re: Not bound error

2004-06-09 Thread u15603
Oro smith wrote: Im getting the error: The prefix session-context for element session-context:getxml is not bound. Where is the error actually? This is the xsp. xsp:page language=java xmlns:xsp=http://apache.org/xsp; xmlns:util=http://apache.org/xsp/util/2.0;

Calling an URL from another Cocoon

2004-06-09 Thread Lionel Crine
Hi there, I need to call an URL (in another Cocoon) from my Cocoon. SO I tried a map:read src=http://blabla/ thinking the process will be done. But nothing is happening. In fact, in the URL there is a generator which not seems to be executed. How can I executed it ? Lionel CRINE Ingénieur

[cforms] How to paginate widgets inside a repeater?

2004-06-09 Thread Vilya Harvey
Hi everyone, I'm fairly new to Cocoon and already very impressed with it, but have run across an issue I'm not sure how to solve. I've looked in the FAQ and HowTo sections as well as the resource links, but haven't been able to find anything. Any suggestions would be appreciated. I have a

Re: [cforms] How to paginate widgets inside a repeater?

2004-06-09 Thread Upayavira
Vilya Harvey wrote: Hi everyone, I'm fairly new to Cocoon and already very impressed with it, but have run across an issue I'm not sure how to solve. I've looked in the FAQ and HowTo sections as well as the resource links, but haven't been able to find anything. Any suggestions would be

Re: Calling an URL from another Cocoon

2004-06-09 Thread Bertrand Delacretaz
Le 9 juin 04, à 10:37, Lionel Crine a écrit : I need to call an URL (in another Cocoon) from my Cocoon. Assuming your other Cocoon returns XML, you can use the FileGenerator map:generate src=http://otherserver/cocoon/xyz; -Bertrand

null pointer for auth-protect

2004-06-09 Thread Oro smith
map:act type=auth-protect gives null pointer exception. What is the reason? - Still single? Click here to find the perfect match.

Re: [cforms] How to paginate widgets inside a repeater?

2004-06-09 Thread Vilya Harvey
Thanks for the quick reply! Upayavira wrote: Vilya Harvey wrote: I have a form, using CForms, with a repeater. I'd like to paginate it's contents, but I can't figure out how. As far as I can tell, the PaginationTransformer can't handle this use case (although I'd love to be wrong about that).

map parameter

2004-06-09 Thread Oro smith
Is this statement right? map:parameter name=ups value={session-context:authentication/authentication/ID}/ However ups does not contain the user id. Why? - Still single? Click here to find the perfect match.

Re: Order of processing in sitemap with call of flow

2004-06-09 Thread Nicole Hochleiter
Thanks a lot! I didn't know about the org.apache.cocoon.components.flow.util.PipelineUtil and how it could help me in a Flowscript. Also it is good to get advices about best practice in controlling page flow. Now it works fine and maybe I can use this hint in other places, too. TNX again, Nicole

sql:block

2004-06-09 Thread Patrick Schlaepfer
After the SQLTransformer and Filter the xml files looks like: ?xml version=1.0 encoding=ISO-8859-1 ? - page xmlns:sql=http://apache.org/cocoon/SQL/2.0; titleNew Books List/title - sql - rowset xmlns=http://apache.org/cocoon/SQL/2.0; - block id=1 - row id460/id hotelnameAdler/hotelname

Re: Calling an URL from another Cocoon

2004-06-09 Thread Lionel Crine
I found my answer. I configure the other cocoon to return XML then I use the filegenerator. In fact, I was not working due to a forbidden access. Lionel At 11:48 09/06/2004 +0200, you wrote: Le 9 juin 04, à 10:37, Lionel Crine a écrit : I need to call an URL (in another Cocoon) from my Cocoon.

RE: Does not retrieve ID

2004-06-09 Thread Steve Schwarz
Hi I think I read that the auth-fw session info is only made available from within an auth-protected pipeline. Take a look at the section in the auth framework docs about accessing session information. Hope this helps Steve From: Oro smith [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To:

putting values in a session

2004-06-09 Thread Oro smith
How can values be put into a session?? ...so that they can be accessed later using session-context:authentication/authentication/data/watever - Still single? Click here to find the perfect match.

Re: Flow + Hibernate and lazy initialization

2004-06-09 Thread Luca Morandini
Leszek Gawron wrote: Have you tried this?: function someView() { var session = obtainSession(); var data = dao.getData( session ); cocoon.sendPage( view/someView.jx, { data: data }, function() { session.close(); } ); } Did

Re: sql:block

2004-06-09 Thread Rui Alberto L.
On Wed, 2004-06-09 at 12:17, Patrick Schlaepfer wrote: After the SQLTransformer and Filter the xml files looks like: ?xml version=1.0 encoding=ISO-8859-1 ? - page xmlns:sql=http://apache.org/cocoon/SQL/2.0; titleNew Books List/title - sql - rowset

RE: Flow + Hibernate and lazy initialization

2004-06-09 Thread Nicolas Bielza
Yes, I tried it just to make sure and it doesn't work :-( According to the doc, the postpipeline code is useful to release resources that should not become part of the continuation, but are needed during pipeline processing. Although there's no script suspension with cocoon.sendPage(), it's not

Re: sql:block [Cocoon 2.1.5]?

2004-06-09 Thread Patrick Schlaepfer
The thing is, that it worked with Cocoon 2.1.4, and now stopped working. Anyone having sql:block running with Cocoon 2.1.5? Rui Alberto L. [ISO-8859-1] Gonves writes: On Wed, 2004-06-09 at 12:17, Patrick Schlaepfer wrote: After the SQLTransformer and Filter the xml files looks like: ?xml

[GetTogether] Madrid, 21/22.06.04, Spain - AGENDA

2004-06-09 Thread Thorsten Scherler
Hello everybody, I updated the wiki page [1] and added a timetable to the agenda. This is just a proposal, feel free to add your name to the speaker and change mine ;-). I put down my name to the topics cocoon concepts and forrest, but I *really* just filling the gaps ;-). I saw that Cheche

Integrating Cocoon and Hibernate - basic problem

2004-06-09 Thread Derek Hohls
I have tried to integrate Hibernate with Cocoon, using the instructions [very clear, thanks!] given on the wiki site: http://wiki.cocoondev.org/Wiki.jsp?page=UsingHibernateToMakeYourJavaBeansPersistent I am working with the following combinations of the various packages: Cocoon 2.1.5 Tomcat

Re: {../0} {../../locale} - What is this stuff???

2004-06-09 Thread Terry Brick
Thanks for the link, that helped me understand the basics of the 'path' structure the variables are referring to. I'm trying hard to understand this before posting such basic questions to the list... I really am... but I'm still have some trouble grasping this and have spent too much time on

Slide Upload andAuto Revisions

2004-06-09 Thread Frank Taffelt
Hello Slider's, has anybody got the slide autoversioning feature working with the slide upload sample? i'm using cocoon 2.1.4 - slide 2.0b1. Frank - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

My taglib doesn't work

2004-06-09 Thread Stephan Coboos
Hello, I had tried to write my own taglib using the TagTransformer but it doesn't work. I can't find some informations about it, so I had copied the example and changed something but it doesn't work. I want to use a tag hello/ to print out HELLO WORLD. My changes in detail: 1.) I had written

cocoon 2.1.5 keys, md5 hash

2004-06-09 Thread Murphy, Thomas H. (Newport News)
Warning: nitpicky questions regarding download verification below. For cocoon 2.1.5, I got the pgp keyfile KEYS from http://www.apache.org/dist/cocoon and noticed that that KEYS file is different from the KEYS file included with the cocoon-2.1.5-src.zip distribution. Is one to be preferred? If

Re: {../0} {../../locale} - What is this stuff???

2004-06-09 Thread Terry Brick
Well I think I'm tracking this stuff down little by little. It looks like {0} represents the *entire* matched value (minus the path). So, for example, if the match pattern was *.xml and the URL was http://foo/bar/simple.xml, then {0} would equal simple.xml. I'm still trying to figure out from

cocoon install

2004-06-09 Thread Pablo Garaitonandia
Hi guys, I am trying to install cocoon and I am having no luck. I am running Solaris 8 sparc I am guessing that there is something goofy with the build.sh every time I try to install I get the following [EMAIL PROTECTED] /usr/local/src/cocoon-2.1.5]# ./build.sh ./build.sh: ANT_HOME=tools: is

Re: cocoon install

2004-06-09 Thread Irfan Hamid
I got the same problem today in a lab totally unrelated to cocoon. There were alot of environment variables to setup. So I wrote a script so I wouldn't have to go through typing them every time I opened an xterm. But it didn't seem to work. It would work fine if I exported them one by one from

jai or jimi

2004-06-09 Thread Roberts Pakalns
Hello, Can anyone help me to find a documentation how to use jai or jimi in cocoon's fop. I just want to see .png pictures in cocoon's generated PDFs. Thanks, Roberts - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: jai or jimi

2004-06-09 Thread J.Pietschmann
Roberts Pakalns wrote: Can anyone help me to find a documentation how to use jai or jimi in cocoon's fop. I just want to see .png pictures in cocoon's generated PDFs. Just install it. JAI: Run the installer. You should be set. Jimi: Get the zip file rename it into a jar file and put it into

Re: [Woody] the easiest way of creating forms

2004-06-09 Thread Joerg Heinicke
On 04.06.2004 20:02, Hugo Burm wrote: Question to Joerg: is there any plan/idea about how this should be implemented in the official way? http://wiki.cocoondev.org/Wiki.jsp?page=WoodyScratchpad Your comments are welcome. Joerg -

Re: databases and flow [again]

2004-06-09 Thread Joerg Heinicke
On 06.06.2004 22:36, Jason Lane wrote: Couldn't I just generate the flow with the TextSerializer? Hä? I don't understand. Why generating flow with TextSerializer? I think SQLTransformer or ESQL-Logicsheet will be your friend: Yes that is good, but if I want to generate a flow.js from a DB? Surely

Re: cocoon install

2004-06-09 Thread Rui Alberto L.
Hi, not sure if this helps, but try change lines like export ENV_VARIABLE=somevalue to ENV_VARIABLE=somevalue export ENV_VARIABLE I believe Solaris doesn't like variable assignment and export on the same line... Rui On Wed, 2004-06-09 at 19:10, Pablo Garaitonandia wrote: Hi guys, I am

Re: cocoon install

2004-06-09 Thread Pablo
OK I figured it out. A bash shell user wrote the build.sh . How can I tell . Because build.sh is written in shell and the export commands are in bash shell format. for example you can NOT write the following in shell script export ANT_HOME=tools rather you have to write ANT_HOME=tools ;

Re: cocoon install

2004-06-09 Thread Pablo
Thanx Rui, I figured it out right before I got your email. -Pablo On Jun 9, 2004, at 3:18 PM, Rui Alberto L. Gonçalves wrote: Hi, not sure if this helps, but try change lines like export ENV_VARIABLE=somevalue to ENV_VARIABLE=somevalue export ENV_VARIABLE I believe Solaris doesn't like

Re: cocoon install

2004-06-09 Thread Tony Collen
Pablo wrote: OK I figured it out. A bash shell user wrote the build.sh . How can I tell . Because build.sh is written in shell and the export commands are in bash shell format. for example you can NOT write the following in shell script export ANT_HOME=tools rather you have to write

Re: Re: jai or jimi

2004-06-09 Thread Roberts Pakalns
I tried with jimi, but the browser does not show anything and the sitemap log shows this: INFO(2004-06-09) 22:19.44:219 [sitemap.serializer.fo2pdf] (/webapp/!test/howtoqueue.pdf) http8080-Processor24/FOTreeBuilder: building formatting object tree INFO(2004-06-09) 22:19.44:219

Re: cocoon install

2004-06-09 Thread Tony Collen
Tony Collen wrote: Pablo wrote: OK I figured it out. A bash shell user wrote the build.sh . How can I tell . Because build.sh is written in shell and the export commands are in bash shell format. for example you can NOT write the following in shell script export ANT_HOME=tools rather you

Re: jai or jimi

2004-06-09 Thread J.Pietschmann
Roberts Pakalns wrote: I copied the file into cocoon/web-inf/lib and renamed it from jimi1_0.zip to jimi1_0.jar. Then I restarted Tomcat. Was that right? Oops, probably not quite, sorry. Check http://xml.apache.org/fop/graphics.html#jimi There should be a JimiProClasses.zip inthe ZIP file you

Link Livesites: SIA Cocoon 2.1.3

2004-06-09 Thread Luis Carlos Barrera
The portal of the Academic Information System of the Universidad Nacional de Colombia, that allowed to the students, teachers and administrators have access to all academic information. Atentamente, Luis Carlos Barrera Martínez ITDeveloper Sistema de Información Académica Universidad

Re: Link Livesites: SIA Cocoon 2.1.3

2004-06-09 Thread Joerg Heinicke
What's the URL? I wanted to be clever and tried http://unal.edu.co/, but it does not work. Joerg On 09.06.2004 21:26, Luis Carlos Barrera wrote: The portal of the Academic Information System of the Universidad Nacional de Colombia, that allowed to the students, teachers and administrators have

Re: Link Livesites: SIA Cocoon 2.1.3

2004-06-09 Thread Tony Collen
Joerg Heinicke wrote: What's the URL? I wanted to be clever and tried http://unal.edu.co/, but it does not work. Hmm, http://sia.unal.edu.co/ ? Seems to be it. Tony - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: jai or jimi

2004-06-09 Thread Roberts Pakalns
The result is the same. I generated the fop output and saved it to an xml file, then, using a static fop version, at first there was an error: [INFO] JAI support was not installed (read: not present at build time). Trying to use Jimi instead [ERROR] Error while creating area : Error creating

Re: Link Livesites: SIA Cocoon 2.1.3

2004-06-09 Thread Joerg Heinicke
On 09.06.2004 21:45, Tony Collen wrote: What's the URL? I wanted to be clever and tried http://unal.edu.co/, but it does not work. Hmm, http://sia.unal.edu.co/ ? Seems to be it. Tony is a bit more clever than me :) This homepage is still PHP (according to the headers), but the portal at

Re: {../0} {../../locale} - What is this stuff???

2004-06-09 Thread Marco Rolappe
Terry Brick schrieb: Thanks for the link, that helped me understand the basics of the 'path' structure the variables are referring to. I'm trying hard to understand this before posting such basic questions to the list... I really am... but I'm still have some trouble grasping this and have spent

Re: Link Livesites: SIA Cocoon 2.1.3

2004-06-09 Thread Joerg Heinicke
On 09.06.2004 21:51, Joerg Heinicke wrote: but the portal at http://www.sia.unal.edu.co/academia/portal/ is definitely Cocoon. Just to be politically correct: Is this still Spanish or has Colombia in the meantime its own variety? Joerg

SXW samples in 2.1.5

2004-06-09 Thread Stephan Meinl
Hello, can someone (who has installed OpenOffice.org-Writer) please try .../samples/hello-world/hello.sxw sample in Cocoon 2.1.5. I have installed Cocoon 2.1.5 on several machines with different JRE's but only get a message, that an api-call to OOW ended with in error. It worked fine with 2.1.4.

Re: SXW samples in 2.1.5

2004-06-09 Thread Michael McDonnell
Stephan Meinl wrote: Hello, can someone (who has installed OpenOffice.org-Writer) please try ".../samples/hello-world/hello.sxw" sample in Cocoon 2.1.5. I have installed Cocoon 2.1.5 on several machines with different JRE's but only get a message, that an api-call to OOW ended with in

Re: Generated SVG - CSS/Stylesheet Processing Instruction Problem

2004-06-09 Thread Christoph Wieseke
hi joerg, thanks for your help and yes you were right, it wasn't necessary to write the svg file to disk before delivering it to the client. was a logical confusion by me :-) no more problem's with the PI's now unfortunaly if lost my needed request parameters because of this. i'm afraid i have to

RE: SXW samples in 2.1.5

2004-06-09 Thread Stephan Meinl
Thanks a lot for your quick response. I compared the jars used in 2.1.5 to 2.1.4. When I use xalan-2.5.2.jar instead of the new xalan-2.6.0 shipped with 2.1.5 everything works fine and OpenOffice-Writer opens the document.(JRE 1.4.1_02 and OpenOffice 1.1.1 on Win2k) So, for now I'm happy ;-)

Re: Flow + Hibernate and lazy initialization

2004-06-09 Thread Luca Morandini
Nicolas Bielza wrote: According to the doc, the postpipeline code is useful to release resources that should not become part of the continuation, but are needed during pipeline processing. Although there's no script suspension with cocoon.sendPage(), it's not unlikely that some resources should be

Re: SXW samples in 2.1.5

2004-06-09 Thread Joerg Heinicke
On 09.06.2004 22:17, Stephan Meinl wrote: Hello, can someone (who has installed OpenOffice.org-Writer) please try .../samples/hello-world/hello.sxw sample in Cocoon 2.1.5. I have installed Cocoon 2.1.5 on several machines with different JRE's but only get a message, that an api-call to OOW ended

Re: Generated SVG - CSS/Stylesheet Processing Instruction Problem

2004-06-09 Thread Joerg Heinicke
On 09.06.2004 22:35, Christoph Wieseke wrote: hi joerg, thanks for your help and yes you were right, it wasn't necessary to write the svg file to disk before delivering it to the client. was a logical confusion by me :-) no more problem's with the PI's now Good to hear. unfortunaly if lost my

RE: Flow + Hibernate and lazy initialization

2004-06-09 Thread Nicolas Bielza
I don't think it's a bug. sendPage() doesn't wait for the pipeline to complete. If I close my Hibernate connection right after the call to sendPage(), the lazy initialization fails (in the velocity generator step). I need to know when the pipeline processing is complete so I can safely close the

delay caused by jetty's database configuration when start cocoon servlet

2004-06-09 Thread Christina
I am using cocoon 2.1.4 with its inbuilt jetty every time I start cocoon by "cocoon servlet" there is extra delay caused by jetty's database configuration, it says there is not some kind of configuration so it make some directory every time!!. I tried to find out how to fix the delay, but

Re: Flow + Hibernate and lazy initialization

2004-06-09 Thread Leszek Gawron
Nicolas Bielza wrote: I don't think it's a bug. sendPage() doesn't wait for the pipeline to complete. If I close my Hibernate connection right after the call to sendPage(), the lazy initialization fails (in the velocity generator step). I need to know when the pipeline processing is complete so I

Re: Flow + Hibernate and lazy initialization

2004-06-09 Thread Luca Morandini
Nicolas Bielza wrote: I don't think it's a bug. sendPage() doesn't wait for the pipeline to complete. If I close my Hibernate connection right after the call to sendPage(), the lazy initialization fails (in the velocity generator step). I need to know when the pipeline processing is complete so I

Updating DB from Bean Binding

2004-06-09 Thread Kurt Marasco
I modified the bean binding example and the bean is updating fine. I also have a working Java method that uses a stored procedure to update my postgresql db. The problem that I am experiencing is that I'm not sure where/how to call the update method once the values in the form have been bound

Re: Link Livesites: SIA Cocoon 2.1.3

2004-06-09 Thread Johannes Textor
Colombian spanish is still spanish, even if there are some differences in pronounciation and vocabulary. Colombians prefer to call it castillian (castellano). Joerg Heinicke wrote: On 09.06.2004 21:51, Joerg Heinicke wrote: but the portal at http://www.sia.unal.edu.co/academia/portal/ is

Re: Flow + Hibernate and lazy initialization

2004-06-09 Thread Ugo Cei
Il giorno 08/giu/04, alle 22:34, Nicolas Bielza ha scritto: Thanks, Unfortunately, this won't work for me as I'm not running cocoon in a servlet container. Then you could explicitly tell hibernate to fetch the child collections, possibly using the size() method: Parent parent =

Woody to Forms conversion scripts?

2004-06-09 Thread Steve Steinitz
Hello, A few weeks ago I saw (or dreamt that I saw) mentioned on this list a script for conversion from woody to cocoon forms (2.1.5). I can't seem to find these posts again. My colleagues think it was my imagination or wishful thinking. Thanks for any clarification. Steve

Re: Woody tab state control

2004-06-09 Thread Steve Steinitz
Hello List, On Tuesday, 13 April 2004 at 9:30am, Ugo Cei wrote: Using your idea we still have: wi:group wi:styling type = tabs/ wi:state wt:widget id=tab-state/ /wi:state ... Should work. Here is a snippet from an application in production using

Re: Woody to Forms conversion scripts?

2004-06-09 Thread Adam Walsh
Hi Steve, you might be thinking of this wiki page: http://wiki.cocoondev.org/Wiki.jsp?page=Woody2CocoonForms Adam Steve Steinitz wrote: Hello, A few weeks ago I saw (or dreamt that I saw) mentioned on this list a script for conversion from woody to cocoon forms (2.1.5). I can't seem to find these

on-insert-row and default values

2004-06-09 Thread Binkley, Peter
I'm trying to set default values in the fields of a new row in Cocoon forms (with an XML back end, not a bean). In my binding I've tried things like this: fb:on-insert-row fb:insert-node transaction timestamp2004-06-09/timestamp /transaction /fb:insert-node /fb:on-insert-row

Could not set up Cocoon Logger

2004-06-09 Thread Joe Latty
Ever since upgrading to Cocoon 2.1.5 I have been getting this error in my Tomcat logs. Logging Error: Could not set up Cocoon Logger, will use screen instead java.lang.NullPointerException: logTargets[ 0 ] at org.apache.log.Logger.setLogTargets(Logger.java:435) at

Re: Woody to Forms conversion scripts?

2004-06-09 Thread Tim Larson
On Thu, Jun 10, 2004 at 09:38:59AM +1000, Adam Walsh wrote: Hi Steve, you might be thinking of this wiki page: http://wiki.cocoondev.org/Wiki.jsp?page=Woody2CocoonForms Especially notice at the very bottom of the page the section titled Can the upgrade be done automatically? that mentions

JavaFlow and Forms

2004-06-09 Thread Eric Gulatee
Hi All, I've been trying to get JavaFlow and Forms working together. I've had to start hacking together changes in order to use forms [woody] within javaflow however still haven't achieved this. I am able to display it but now on submit I call javaflow and I can't really do much with the form

JavaFlow and Forms

2004-06-09 Thread Eric Gulatee
Hi All, I've been trying to get JavaFlow and Forms working together. I've had to start hacking together changes in order to use forms [woody] within javaflow however still haven't achieved this. I am able to display it but now on submit I call javaflow and I can't really do much with the form

Re: Link Livesites: SIA Cocoon 2.1.3

2004-06-09 Thread Antonio Gallardo
Hi: Short answer: Yes, Colombia have spanish as official language. Best Regards, Antonio Gallardo. Johannes Textor dijo: Colombian spanish is still spanish, even if there are some differences in pronounciation and vocabulary. Colombians prefer to call it castillian (castellano). Joerg