Build lastest CVS broken: cannot resolve symbol class TestShower

2002-11-14 Thread Antonio Gallardo Rivera
I am using Java 1.4.1_01. The command line was: ./build.sh -Dinclude.webapp.libs=true -Dinclude.scratchpad.libs=true webapp cocoon-2.1/xml-cocoon2/build/cocoon/src/org/apache/cocoon/transformation/helpers/MirrorRecorder.java:72: cannot resolve symbol symbol : class TestShower location: package

Re: XMLForm and dates

2002-11-12 Thread Antonio Gallardo Rivera
do > > Sylvain > > -Message d'origine- > De: Antonio Gallardo Rivera [mailto:agallardo@;agsoftware.dnsalias.com] > Date: mardi, 12. novembre 2002 15:14 > À: [EMAIL PROTECTED] > Objet: Re: XMLForm and dates > > > hat database are you using? I am using Postgre

Re: XMLForm and dates

2002-11-12 Thread Antonio Gallardo Rivera
hat database are you using? I am using PostgreSQL 7.2. I resolve this problem setting the requiered field in the database with default value today. Antonio Gallardo El Martes, 12 de Noviembre de 2002 08:00, [EMAIL PROTECTED] escribió: > Hello, > > I use XMLForm and I want to put the today date

Re: Another XSP - and no mention of Cocoon

2002-11-11 Thread Antonio Gallardo Rivera
El Lunes, 11 de Noviembre de 2002 15:25, Kjetil Kjernsmo escribió: > On Monday 11 November 2002 22:06, [EMAIL PROTECTED] wrote: > > However under trademark law there is the concept of common law > > trademark where you don't explicitly trademark anything (something I > > learned from my lawyer fami

Re: inside

2002-11-01 Thread Antonio Gallardo Rivera
> to get by a long-since-forgotten generator error. > > Antonio Gallardo Rivera wrote: > > Is this tag already working? > > > > I am having troubles with it. > > > > inside row-results I cannot use it. -

Re: Accessing the output of a modular db action in xsl

2002-11-01 Thread Antonio Gallardo Rivera
Dont know if this can helps you, but maybe XSP session can help you. Antonio Gallardo. El Viernes, 01 de Noviembre de 2002 02:37, Christian Haul escribió: > On 31.Oct.2002 -- 01:08 PM, [EMAIL PROTECTED] wrote: > > Is there an example of how to do this available? > > From XSL? I don't think so. At

Re: New name of the ...

2002-10-31 Thread Antonio Gallardo Rivera
El Jueves, 31 de Octubre de 2002 08:24, Christian Haul escribió: > On 31.Oct.2002 -- 07:40 AM, Antonio Gallardo Rivera wrote: > > El Jueves, 31 de Octubre de 2002 06:29, Christian Haul escribió: > > > On 31.Oct.2002 -- 05:22 AM, Antonio Gallardo Rivera wrote: &g

inside

2002-10-31 Thread Antonio Gallardo Rivera
Is this tag already working? I am having troubles with it. inside row-results I cannot use it. I am building some excel files and I need the value of to navigate trought the cols. I dont know how many cols will be, there are dynamically based on the row-count that the given table has. Thanks

Re: Cocoon 2.1 Authentication Samples

2002-10-31 Thread Antonio Gallardo Rivera
Try also to upgrade to Java 1.4.1. I am using it since August and it seems to be stable. Antonio Gallardo. El Jueves, 31 de Octubre de 2002 05:55, Mathias Ochsendorf escribió: > > Can you upgrade to Tomcat 4.1.12? I am using the authentication with the > > lastest CVS 2.1 and every thing works f

Re: New name of the ...

2002-10-31 Thread Antonio Gallardo Rivera
El Jueves, 31 de Octubre de 2002 06:29, Christian Haul escribió: > On 31.Oct.2002 -- 05:22 AM, Antonio Gallardo Rivera wrote: > > Thanks Chris. > > > > Can I remove it? > > Antonio, remove what? This: from my sitemap. Can I remove it? Antonio > > > Antoni

Re: Cocoon 2.1 Authentication Samples

2002-10-31 Thread Antonio Gallardo Rivera
Can you upgrade to Tomcat 4.1.12? I am using the authentication with the lastest CVS 2.1 and every thing works fine. Try to build two times with: ./build.sh -Dinclude.webapp.libs=true \ -Dinclude.scratchpad.libs=true webapp ./build.sh -Dinclude.webapp.libs=true \ -Dinclude.scratchpad.libs=true

Re: New name of the ...

2002-10-31 Thread Antonio Gallardo Rivera
Thanks Chris. Can I remove it? Antonio Gallardo. El Jueves, 31 de Octubre de 2002 05:10, Christian Haul escribió: > On 31.Oct.2002 -- 02:41 AM, Antonio Gallardo Rivera wrote: > > Hi, > > > > I am using 2.1 (lastest CVS): > > > > What is the new name o

New name of the ...

2002-10-31 Thread Antonio Gallardo Rivera
Hi, I am using 2.1 (lastest CVS): What is the new name of ? I have in the sitemap: And the input-module URI always throw in the error.log: ERROR (2002-10-31) 05:13.19:876 [sitemap.matcher.modular.cached] (/multipremios/images/menu/fons_off.gif) Thread-8/

Re: authentication frustration

2002-10-30 Thread Antonio Gallardo Rivera
I dont use the sunRise. I started using the lastest CVS 2.1 because it is better in the authentication field like the old 2.03 Also I recommend you to build 2 times the cocoon. There is an error in the build.xml. Regards, Antonio Gallardo. El Miércoles, 30 de Octubre de 2002 05:44, Bert Van

Re: Concept problem using modular actions ..

2002-10-30 Thread Antonio Gallardo Rivera
I currently have a production system in a intranet and CVS 2.1 work fine. Antonio Gallardo El Miércoles, 30 de Octubre de 2002 02:46, Christian Haul escribió: > On 28.Oct.2002 -- 04:47 PM, Rui Leal wrote: > > .. Ok .. i´ve been using 2.0.3 .. it seems the "stable one" ! :) .. > > Btw is there so

Re: R: XML to Excel file

2002-10-29 Thread Antonio Gallardo Rivera
El Martes, 29 de Octubre de 2002 04:50, Lorenzo De Sio escribió: > Boris, > > I think your message got a bit underlooked: I agree it is quite a dirty > trick, but it actually seems to work. > > I tried on both Excel 97 and 2000: in both cases the file gets correctly > opened, and it retains the ori

Re: Restricting access to cocoon

2002-10-29 Thread Antonio Gallardo Rivera
I made my own solution :) I use the auth-block from Cocoon. Then I added some permisions to user to define some actions they can do. After that before I generate the new page I check if the user can the access to the page using . I know this is not the best approach. But it initially works

Re: Saving (or not) transformed output in a local file

2002-10-29 Thread Antonio Gallardo Rivera
It depends. I am using the PDF serializer to create some reports from data in a database. I am making it "on the fly". Because is the better way to always have the lastest data into the PDF. By the way it is very fast. But maybe if you have a big static document, you can create it once and then

[SUMMARY] Problem in mod-db again

2002-10-26 Thread Antonio Gallardo Rivera
Sorry, my own fault :( I only rewrote the key from: to: Now all works fine. Antonio Gallardo El Viernes, 25 de Octubre de 2002 12:36, Antonio Gallardo Rivera escribió: > Thanks for your prompt response Chris. I am using CVS 2.1 lastest. builded > on 24-oct-02 at 20:00 UTC. I think t

Re: Problem in mod-db again

2002-10-25 Thread Antonio Gallardo Rivera
$ControlRunnable.run(ThreadPool.java:533) at java.lang.Thread.run(Thread.java:536) El Viernes, 25 de Octubre de 2002 08:37, Christian Haul escribió: > On 25.Oct.2002 -- 08:14 AM, Antonio Gallardo Rivera wrote: > > Hello. > > > > I am trying to insert permission into a tab

Re: [PATCH] for

2002-10-25 Thread Antonio Gallardo Rivera
is returned and the parseInt can't convert. > > > > > I've tried all kind of combinations and always get an error. > > > > > Here's what I've got now (doesn't work of course): > > > > > > > > > > > > > > > S

Re: [PATCH] for

2002-10-25 Thread Antonio Gallardo Rivera
:54 8/10/2002 -0600, you wrote: > >Another usage of this tag is to set the parameters of a query based on the > > is in see the example: > > > > > > SELECT usr_name, usr_full_name, usr_password FROM users > > WHERE usr_id = > > > > > > In

Re: [PATCH] for

2002-10-25 Thread Antonio Gallardo Rivera
> > > > > > > > > > > > > > > > > > What am I missing here???? > > > > > > > > > Bert > > > > > > P.S. Using Cocoon 2.1 build of 14 May 2002, Tomcat 4.0.1, JDK

Problem in mod-db again

2002-10-25 Thread Antonio Gallardo Rivera
Hello. I am trying to insert permission into a table. The descriptor is: The table-set is: The error I got is in the sitemap.log: Thread-4/DatabaseAction: query: INSERT INTO permisos (usr_id, obj_id) VALUES (?, ?) Thread-4/DatabaseAction: Try

Re: Cocoon Portal Layout

2002-10-24 Thread Antonio Gallardo Rivera
I think inside the xsl file for the portal. Antonio Gallardo El Viernes, 25 de Octubre de 2002 00:09, Richard Reyes escribió: > Thanks Antonio, > > would you happent to know where the frameset codes declared? > > - Original Message - > From: "Antonio Gallardo Ri

Re: Cocoon Portal Layout

2002-10-24 Thread Antonio Gallardo Rivera
I think you can do that. Antonio Gallardo El Jueves, 24 de Octubre de 2002 23:51, Richard Reyes escribió: > Hi Guys, > > I'm using Cocoon 2.1 -dev, and working on implementing the Cocoon Portal > on our application. > > Can I change the total layout of the portal? Can I remove all the frames > an

Re: Package oracle.jdbc/sql does not exist error building latest CVS

2002-10-24 Thread Antonio Gallardo Rivera
Upgrade to Tomcat 4.1.12 Antonio Gallardo El Jueves, 24 de Octubre de 2002 17:35, Samuel Bruce escribió: > I'm using WIN XP, JDK 1.4.01, Tomcat 4.04 > > Any help is greatly appreciated > > __ > Do you Yahoo!? > Y! Web Hosting - Let the expert host y

Re: Problems rendering PDF dynamically, but identical fop xml works fine when sent straight to serializer

2002-10-24 Thread Antonio Gallardo Rivera
Try to send a response with a clear PDF extension. Example: foo.pdf. I had this problem before with MSIE 6.0 SP1 and it corrects the error. Have a nice xsl-fo coding :-D Antonio Gallardo. El Jueves, 24 de Octubre de 2002 08:47, Ryan Agler escribió: > I played around with fo for the first time y

Re: [Off-topic:XSLT] Passing an XML fragment via a HTML form.

2002-10-24 Thread Antonio Gallardo Rivera
El Jueves, 24 de Octubre de 2002 02:06, ROSSEL Olivier escribió: > > It will work for a textarea if that is an option, but for an > > input, all the tags get stripped out and just the content > > gets included. > > This is a very interesting thread. > So with hidden textareas or you custom class, I

Re: newbie: problems installing coccon

2002-10-23 Thread Antonio Gallardo Rivera
Have you read: http://xml.apache.org/cocoon/installing/index.html Antonio Gallardo El Miércoles, 23 de Octubre de 2002 16:20, Matt Sales escribió: > Mat, > Thanks for your response... > Unfortunately, I'm using 4.1.12 (I incorrectly submitted 4.0.12), which is > the latest stable release of tomc

Re: Cocoon 2.1

2002-10-23 Thread Antonio Gallardo Rivera
See: http://xml.apache.org/cocoon/installing/index.html Antonio Gallardo El Miércoles, 23 de Octubre de 2002 16:07, poornima ponnuswamy escribió: > Hi, > I want to use XML forms form for my project. we need to use Cocoon 2.1 for > it. Can you please tell me where I can get cocoon 2.1 from Apache

[ANN] - The pros and cons of business-app implemention via open-source software

2002-10-22 Thread Antonio Gallardo Rivera
I found this: http://www.linuxworld.com/site-stories/2002/1018.cocoon.html Antonio Gallardo - Please check that your question has not already been answered in the FAQ before posting.

Re: Build All fails on latest CVS Snapshot

2002-10-21 Thread Antonio Gallardo Rivera
I am happy that I am not alone in this ;) OK, this issue is resolved: 1-Try to download from the CVS and make a new build. 2-make before a build.sh clean before you start. 3-Another recommendation is (thanks to Torsten Curdt): "/xml-cocoon2/src/blocks/databases/java/org/apache/cocoon/components/l

Re: Link: Consultant: Tritus CG Inc.

2002-10-20 Thread Antonio Gallardo Rivera
I receive and access fobbiden message. Check the permission to the web site :-D Antonio Gallardo El Domingo, 20 de Octubre de 2002 13:16, Adam Sherman escribió: > Tritus CG, located in Ottawa, Canada is now providing Cocoon architecture, > setup and custom development. > > http://www.tritus.ca/

Re: Date Input Module

2002-10-18 Thread Antonio Gallardo Rivera
Nice Christian! Where we can find description about the InputModules and how they works? Antonio Gallardo El Viernes, 18 de Octubre de 2002 10:02, Christian Haul escribió: > On 18.Oct.2002 -- 02:05 PM, Martin Schimak wrote: > > Christian Haul wrote: > > > I'll add it to my todo list for after th

iText vrs. fop.

2002-10-18 Thread Antonio Gallardo Rivera
Hi, can someone advise me what is better to build PDF files? iText or fop. Thanks, Antonio Gallardo - Please check that your question has not already been answered in the FAQ before posting.

Experience in deployment of 2.1 CVS....

2002-10-18 Thread Antonio Gallardo Rivera
Hi, Here is 4:15 a.m. Today at 2:00 p.m. I need to put my work in a test environment and since I am working on Linux. I dont know how it will work on a MS IE client environment. The server will run just this swebapp. The most complicated page has 6 SQL queries. Please comment about your exper

Re: Adobe new products

2002-10-18 Thread Antonio Gallardo Rivera
Nice to include in Cocoon a example of that and more! :-D Like also adding it to a database Antonio Gallardo El Jueves, 17 de Octubre de 2002 14:45, Tony Collen escribió: > Tony Collen wrote: > > Matthew, > > > > I did some digging, and it seems to be a result of their acquisition > > back i

Re: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Antonio Gallardo Rivera
Sorry, I misspelled it. :) Compile the sources two times. The the CVS 2.1 version will work fine. Antonio Gallardo El Jueves, 17 de Octubre de 2002 08:28, Antonio Gallardo Rivera escribió: > There is a bug in the build process, compiled it two times. Then it will > work. > > Anto

Re: How to append a xml string as content

2002-10-18 Thread Antonio Gallardo Rivera
You have two options, but all the depends of your porpietary function Registro.getUltimoRegistro. I dont know what registro returns.. 1-If returns a string, then your code is fine and you can do something like: texto

Re: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Antonio Gallardo Rivera
There is a bug in the build process, compiled it two times. Then it will work. Antonio Gallardo El Jueves, 17 de Octubre de 2002 08:16, [EMAIL PROTECTED] escribió: > Hello, > > I have just installed the last dev snapshot of Cocoon and try to run the > samples. All work fine except the authenticat

Re: [C 2.1 CVS] - About roles in user Authentication

2002-10-18 Thread Antonio Gallardo Rivera
Thanks to both! Antonio Gallardo. - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For

Re: German article on Cocoon Portal and Authentication

2002-10-18 Thread Antonio Gallardo Rivera
We need to learn German ;) Antonio Gallardo. El Jueves, 17 de Octubre de 2002 20:36, Richard Reyes escribió: > Hi Matthew, > > It will be impossible for you to have an english version right? > > - Original Message - > From: "Matthew Langham" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>;

Re: 2.1-dev authentication sample doesn't work

2002-10-18 Thread Antonio Gallardo Rivera
leted the cocoon directory in Tomcat, build the source for the > second times and re-deploy the cocoon.war. > > There is the same error! > > Did I do something wrong? > > Thank you > Sylvain > > -----Message d'origine- > De: Antonio Gallardo Rivera [mailto:ag

Re: DB Insert from Multiple Select box

2002-10-17 Thread Antonio Gallardo Rivera
You need to use Modular Databse Actions. See the mod-db example at: http://localhost:8080/cocoon/samples/mod-db/user-list Antonio Gallardo El Jueves, 17 de Octubre de 2002 06:08, Nicholas Hemley escribió: > Hi, > > I can't find an example of inserting values into a db from a multiple > select P

Is correct this doc in wiki?

2002-10-16 Thread Antonio Gallardo Rivera
I often visit wiki and read the online few documentation many times to refresh some concepts and to try to understand more between lines. But I need to ask the following to the gurus: In http://outerthought.net/wiki/Wiki.jsp?page=SeparationOfLogicAndContent I read: "I am relatively new to Coc

[C 2.1 CVS] - About roles in user Authentication

2002-10-16 Thread Antonio Gallardo Rivera
t? How to interact with roles and the other features of the Authentication manager tha can make our lifes better? Thanks in advance, Antonio Gallardo Rivera. - Please check that your question has not already been answered

Modular FormValidator?

2002-10-16 Thread Antonio Gallardo Rivera
Hi! I am finished a challenge with Modular Database Actions. :) Can someone tell me if there are some similar in the FormValidator? I mean some kind of FormValidator action that can be combined with Modular Databse Actions. Thanks in advance, Antonio Gallardo

Re: mod-db example not working.

2002-10-16 Thread Antonio Gallardo Rivera
Good! I saw that recently this version is getting more stable than the older 2.03 also has more features. Keep working on ;) Antonio Gallardo. El Miércoles, 16 de Octubre de 2002 11:29, Bobby Mitchell escribió: > Antonio Gallardo Rivera wrote: > >Bobby: > > > >Are you

Re: mod-db example not working.

2002-10-16 Thread Antonio Gallardo Rivera
Bobby: Are you using the lastes CVS too? Antonio Gallardo El Miércoles, 16 de Octubre de 2002 08:53, Bobby Mitchell escribió: > Bobby Mitchell wrote: > > Antonio Gallardo Rivera wrote: > >> I am trying to start the example of mod-db using PostgreSQL. > >> > >

Re: mod-db example not working.

2002-10-16 Thread Antonio Gallardo Rivera
Sorry, I made and error, I needed to change: to in the below description. Antonio Gallardo El Miércoles, 16 de Octubre de 2002 09:09, Antonio Gallardo Rivera escribió: > Thanks, Chris. > > Yes, I am using the lastest 2.1 CVS, like always ;) > > I made this changes

Re: mod-db example not working.

2002-10-16 Thread Antonio Gallardo Rivera
this on the Wiki now :) Thanks again, Antonio Gallardo. El Miércoles, 16 de Octubre de 2002 08:12, Christian Haul escribió: > On 16.Oct.2002 -- 07:53 AM, Antonio Gallardo Rivera wrote: > > Thread-9/DatabaseAction: Could not select output mode attribute:null > > So, you are usin

Re: mod-db example not working.

2002-10-16 Thread Antonio Gallardo Rivera
Thanks Bobby. Antonio Gallardo El Miércoles, 16 de Octubre de 2002 08:53, Bobby Mitchell escribió: > Bobby Mitchell wrote: > > Antonio Gallardo Rivera wrote: > >> I am trying to start the example of mod-db using PostgreSQL. > >> > >> Currently, I have the au

mod-db example not working.

2002-10-16 Thread Antonio Gallardo Rivera
I am trying to start the example of mod-db using PostgreSQL. Currently, I have the autoincr, working, but the problem now is inserting a new row in the table "groups" - the easier one ;). In the database.xml there is defined as:

Re: Cocoon Connection Pooling and Database Shutdown

2002-10-16 Thread Antonio Gallardo Rivera
I forgot: See below El Miércoles, 16 de Octubre de 2002 06:51, Michael Edge escribió: > Could anyone shed some light on what happens to the Cocoon connection pool > when the database it depends on is shutdown and then restarted. I expect an > exception to be thrown as the connections

Re: Cocoon Connection Pooling and Database Shutdown

2002-10-16 Thread Antonio Gallardo Rivera
Try this tag: The error is: Antonio Gallardo El Miércoles, 16 de Octubre de 2002 06:51, Michael Edge escribió: > Could anyone shed some light on what happens to the Cocoon connection pool > when the database it depends on is shutdown and then restarted. I expect an > exception to be

Re: Proposal: Documentation about database connection

2002-10-16 Thread Antonio Gallardo Rivera
I think this is fine. What about to make it in Wiki? Antonio Gallardo El Martes, 15 de Octubre de 2002 23:40, Gabriele Domenichini escribió: > What about setting up a page with the configurations needed to connect > cocoon to the various database ? > There is already something but is distributed

Re: PosgreSQL and Modular DB Actions.

2002-10-16 Thread Antonio Gallardo Rivera
Can you send me the PostgreSQL module Christian? Antonio Gallardo El Miércoles, 16 de Octubre de 2002 01:47, Christian Haul escribió: > On 15.Oct.2002 -- 07:26 PM, Bobby Mitchell wrote: > > Antonio Gallardo Rivera wrote: > > >Hi, I am trying to run the Modular Dabatase Examp

Re: PosgreSQL and Modular DB Actions.

2002-10-15 Thread Antonio Gallardo Rivera
Thanks for the info. Antonio Gallardo El Martes, 15 de Octubre de 2002 17:26, Bobby Mitchell escribió: > Antonio Gallardo Rivera wrote: > >Hi, I am trying to run the Modular Dabatase Example from the Cocoon site, > > but with PostgreSQL 7.2. > > > >I am using Coc

PosgreSQL and Modular DB Actions.

2002-10-15 Thread Antonio Gallardo Rivera
Hi, I am trying to run the Modular Dabatase Example from the Cocoon site, but with PostgreSQL 7.2. I am using Cocoon 2.1 (lastest CVS), Java 1.4.1, Tomcat 4.1.12 on Red Hat Linux 7.3. Someone make it work? I am having problems with:

How to insert multiple rows in a table at once?

2002-10-15 Thread Antonio Gallardo Rivera
Hi, I am trying to insert multiple rows into a table after the user press a "Finish" buton. I think this can be done with modular.databse. But I dont know how to do that. Given a fixed key: my_id from a master table and rows: my_id my_subid my_data <--- usr input. Can someone provide a simpl

Re: How do I match cocoon-action-*

2002-10-14 Thread Antonio Gallardo Rivera
Try using this: Antonio Gallardo El Lunes, 14 de Octubre de 2002 09:19, Bobby Mitchell escribió: > I want to be able to match cocoon-action-* and use the value {1}. Is > this possible? Which matcher? > > Thanks - Please check

Re: Action example

2002-10-14 Thread Antonio Gallardo Rivera
See the sources of samples: http://localhost:8080/cocoon/samples/authentication-fw/login http://localhost:8080/cocoon/samples/portal-fw/sunspotdemoportal http://localhost:8080/cocoon/samples/tutorial/home.html Antonio Gallardo El Lunes, 14 de Octubre de 2002 04:54, Hong Gia Dinh escribió: > Hi

Re: Possible with XSPs?

2002-10-13 Thread Antonio Gallardo Rivera
Its the syntaxis of XSP ;) Antonio Gallardo El Lunes, 14 de Octubre de 2002 00:00, Sonny Sukumar escribió: > Aha! That fixed it. I'd love to know why one can only use xsp-request > elements inside the document (root element). Anyone know? > > --- "Katzigas Dimitris" <[EMAIL PROTECTED]> wrote:

Re: Escape characters in ESQL

2002-10-13 Thread Antonio Gallardo Rivera
Try single quote example: alter session set nls_date_format='DD/MM/' Antonio Gallardo El Domingo, 13 de Octubre de 2002 23:45, Katzigas Dimitris escribió: > Hi there, > > I want to execute this query over an Oracle database. > > alter session set nls_date_format="DD/MM/

Re: Possible with XSPs?

2002-10-13 Thread Antonio Gallardo Rivera
> The product with productid 12345678 exists in my backend database and the > code works fine when I hardcode the value into my XSP, rather than trying > to get it as a parameter. > > Any idea what I'm doing wrong? > > Thanks again, > > Sonny > > --- Antonio Gal

Re: Possible with XSPs?

2002-10-13 Thread Antonio Gallardo Rivera
El Domingo, 13 de Octubre de 2002 17:26, Sonny Sukumar escribió: > Hi guys, > > Is it possible to access request parameters from within an XSP or > logicsheet? Yes, you can, for more info: http://xml.apache.org/cocoon/userdocs/xsp/request.html > > For example, when I go to http://localhost:8080

Re: XMLForm Howto - not Working still

2002-10-12 Thread Antonio Gallardo Rivera
I dont know, but the current built is a little buggy I recommend you to build 2 times after a build clean. Then try again. Antonio Gallardo El Viernes, 11 de Octubre de 2002 19:36, aps olute escribió: > I have searched the list and seems no one responded > with a working solution to this:

About encoding XML

2002-10-12 Thread Antonio Gallardo Rivera
Hi, I saw that many of us have problems, making Cocoon works with the default UTF-8 encoding and use ISO8859-1 explicitly. In my concrete case I must write all the xml files using ISO-8859-1, and change the database character-base to LATIN1. After that all works fine. Well, I am coming back to

Book of XSP

2002-10-11 Thread Antonio Gallardo Rivera
Can someone tell me when I can find a book about XSP? Thanks in advance, Antonio Gallardo - Please check that your question has not already been answered in the FAQ before posting.

Re: example in the Cocoon book

2002-10-10 Thread Antonio Gallardo Rivera
you can buy it at www.amazon.com search for the keyword Cocoon Antonio Gallardo El Jueves, 10 de Octubre de 2002 05:41, Robert Siqueira escribió: > Hello All !!! > > Sorry my ignorance.. but, when I found this cocoon book !?!?!? > > thanks.. > > [EMAIL PROTECTED] wrote: > > Thank you

Re: dbAdd does not get correclty the param

2002-10-09 Thread Antonio Gallardo Rivera
I resolve the problem: A stupid problem! I alone made it! I miss it: Hi: > > I am using dbAdd from the Original Database Actions. All my forms work very > well and I can add, update and remove records in a PostgreSQL. database. > > But, I have a form that can add a register and it seems

Re: cocoon.war has cocoon.jar

2002-10-09 Thread Antonio Gallardo Rivera
Yes, the WAR file contains all the JAR files. Antonio Gallardo. El Miércoles, 09 de Octubre de 2002 13:54, Aditya "Shevchenko" Siregar escribió: > Hi all. Does cocoon.war contains jar files? If no, how can we use cocoon > after we deploy the war file to Tomcat, for instance modifying > cocoon.p

dbAdd does not get correclty the param

2002-10-09 Thread Antonio Gallardo Rivera
Hi: I am using dbAdd from the Original Database Actions. All my forms work very well and I can add, update and remove records in a PostgreSQL. database. But, I have a form that can add a register and it seems like after some javascript change values in the form (based on what the user select o

Re: how do you document your projects?

2002-10-09 Thread Antonio Gallardo Rivera
For xsl I saw there are a tag. I use OpenOffice.org Writer to make a formal developer manual. Javadocs and comments in the sources files. Antonio Gallardo. El Miércoles, 09 de Octubre de 2002 08:33, [EMAIL PROTECTED] escribió: > Hi, > > i am just wondering: if and how do you document your coc

Re: dbAdd Action help.

2002-10-08 Thread Antonio Gallardo Rivera
see a real future of the Original Database Actions. Please explain more about that. :) Antonio El Martes, 08 de Octubre de 2002 09:22, Christian Haul escribió: > On 08.Oct.2002 -- 08:08 AM, Antonio Gallardo Rivera wrote: > > Sorry, Chris I know this is a stupid question, but I want t

Re: dbAdd Action help.

2002-10-08 Thread Antonio Gallardo Rivera
Sorry, but this does not work. :( It raise the following error: Not allowed to define mixed content in the element action at jndi:/localhost/sitemap.xmap:193:116 Antonio Gallardo. El Martes, 08 de Octubre de 2002 07:33, Christian Haul escribió: > On 08.Oct.2002 -- 07:22 AM, Antonio Galla

Re: dbAdd Action help.

2002-10-08 Thread Antonio Gallardo Rivera
support of org.apache.cocoon.acting.DatabaseAddAction or will be deprecated? Thanks in advance, Antonio Gallardo El Martes, 08 de Octubre de 2002 07:33, Christian Haul escribió: > On 08.Oct.2002 -- 07:22 AM, Antonio Gallardo Rivera wrote: > > El Martes, 08 de Octubre de 2002 04:33,

Re: dbAdd Action help.

2002-10-08 Thread Antonio Gallardo Rivera
El Martes, 08 de Octubre de 2002 04:33, Christian Haul escribió: > > > If so, please note that the name of some modules have been changed and > > > that the compiled in default is rendered useless. There should be a > > > warning in your logs indicating this. Please add a > > > request-attr and re

Re: [PATCH] for

2002-10-08 Thread Antonio Gallardo Rivera
Gallardo Rivera escribió: > Hi, I recently needed to write some app logi usin tags. Into > tags we need to write some code like: > > String myUserID = path="/authentication/ID" as="string"/>; > > Then, I updated to serve strings. > > Currently the

[PATCH] for

2002-10-08 Thread Antonio Gallardo Rivera
Hi, I recently needed to write some app logi usin tags. Into tags we need to write some code like: String myUserID = ; Then, I updated to serve strings. Currently the attribute "as" of the element can have 3 values: 1-as="object" (default) returns a org.w3c.dom.DocumentFragment object. More

Re: dbAdd Action help.

2002-10-08 Thread Antonio Gallardo Rivera
El Martes, 08 de Octubre de 2002 04:33, Christian Haul escribió: > On 08.Oct.2002 -- 02:49 AM, Antonio Gallardo Rivera wrote: > > El Martes, 08 de Octubre de 2002 01:09, Christian Haul escribió: > > > On 07.Oct.2002 -- 11:32 PM, Antonio Gallardo Rivera wrote: > > >

Re: dbAdd Action help.

2002-10-08 Thread Antonio Gallardo Rivera
El Martes, 08 de Octubre de 2002 01:09, Christian Haul escribió: > On 07.Oct.2002 -- 11:32 PM, Antonio Gallardo Rivera wrote: > > Thanks for the help! > > > > I found that in dbAddAction, we must to supply into the descriptor like > > "key" all the va

Re: dbAdd Action help.

2002-10-07 Thread Antonio Gallardo Rivera
I forgot mention I am using PosgreSQL 7.2 :) Antonio Gallardo El Lunes, 07 de Octubre de 2002 23:32, Antonio Gallardo Rivera escribió: > Thanks for the help! > > I found that in dbAddAction, we must to supply into the descriptor like > "key" all the values that canno

Re: dbAdd Action help.

2002-10-07 Thread Antonio Gallardo Rivera
only the key. Also making 2 DB operations degrade the performance of the application. Regards, Antonio Gallardo. El Lunes, 07 de Octubre de 2002 13:44, Antonio Gallardo Rivera escribió: > Hi, please help me :) > > I am getting the following error: > > Description: org.apache.cocoon

Re: Why is my cocoon app an IE6 killer?

2002-10-07 Thread Antonio Gallardo Rivera
> > limited > > > > to the use of HTTP/1.0. I experience the same thing even though I am > > > positive IE6 is using HTTP/1.1 -- both when I visit > > > http://www.helnwein.com/werke/theater/tafel_1.html , and when I > > enable > > > &g

dbAdd Action help.

2002-10-07 Thread Antonio Gallardo Rivera
Hi, please help me :) I am getting the following error: Description: org.apache.cocoon.ProcessingException: Could not add record: java.sql.SQLException: ERROR: ExecAppend: Fail to add null value in not null attribute cli_id The parameter is set at the beginning of the page using: Also I se

Re: Cannot access sub-sitemaps of Cocoon's doc

2002-10-07 Thread Antonio Gallardo Rivera
I have the same problem, try this: 1) ./build.sh clean 2) delete dirs: works and webapps/cocoon 3) ./build.sh -Dinclude.webapp.libs=true \ -Dinclude.scratchpad.libs=true installwar 4) Try: http://localhost:9090/cocoon/samples/ If this does not work, 5) delete dirs: works and webapps/cocoon f

Re: Changing request Parameters in an Action.

2002-10-06 Thread Antonio Gallardo Rivera
The answer I found was using Javascript to change the values of 2 hidden parameters using the OnChange event of the object select. Antonio Gallardo El Lunes, 07 de Octubre de 2002 00:31, Antonio Gallardo Rivera escribió: > Sorry but, I am reopening this, because I need to change s

Changing request Parameters in an Action.

2002-10-06 Thread Antonio Gallardo Rivera
Sorry but, I am reopening this, because I need to change some parameters on the client form before I can add it to the database. I have a 2 fields database key: cat_id (foreign key from table categories) pro_id In the table are some values: cat_id pro_id pro_name 1 1

Re: Changing parameters of request inside Action

2002-10-06 Thread Antonio Gallardo Rivera
yAtt") from subsequent actions or xsp. > > -----Original Message- > From: Antonio Gallardo Rivera [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, October 06, 2002 8:48 PM > To: [EMAIL PROTECTED] > Subject: Changing paramaters of request inside Action > > Is posible

Changing paramaters of request inside Action

2002-10-06 Thread Antonio Gallardo Rivera
Is posible to change parameters request inside an Action? I need to set some parameters before insert into the database. For example: 1-generate a random key 2-Create a timestamp 3-Validate a code numer based on the category of the selected product after the user select a product and write a nu

Random generator

2002-10-06 Thread Antonio Gallardo Rivera
Hi Folks! Is in Cocoon support for generating random database keys? Or a function that can return a random number? I know that in Java is support for the Random class. This class generate a sequence based on a seed (like always). The point is: I need generator of random numbers that will live

Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Antonio Gallardo Rivera
I posted this today: I think I found where the problem is: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12783 It looks like is a Tomcat. Antonio Gallardo. El Viernes, 04 de Octubre de 2002 22:44, Ryan Agler escribió: > I experienced similar behavior awhile back. I did some fiddling, a

Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Antonio Gallardo Rivera
I think I found where the problem is: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12783 It looks like is a Tomcat. Antonio Gallardo. El Viernes, 04 de Octubre de 2002 11:14, leo leonid escribió: > On Friday, October 4, 2002, at 05:45 Uhr, Antonio Gallardo Rivera > > wrote: &g

How to insert multiple rows with a database actions.

2002-10-04 Thread Antonio Gallardo Rivera
Can someone help me? I need to insert multple rows at once. How I can do that. I ask because the only docs I found is at http://localhost:8080/cocoon/documents/userdocs/actions/database-actions.html and there is only this: .( Can someone provide a example of that? "Inserting Multiple Rows - S

How to synchronize combos ...

2002-10-04 Thread Antonio Gallardo Rivera
Hi!. I continue with this :) One of the problems is already solved. I have a table called "clientsproducts" with 3 keys: cli_id(Client) cat_id (Category) pro_id (Product) In this example, the pro_id and cat_id are a complex key from the table "products", because every product has a

Re: [PATCH] New tag

2002-10-04 Thread Antonio Gallardo Rivera
Octubre de 2002 09:43, Patrik Husfloen escribió: > Antonio Gallardo Rivera wrote: > > May be you are right :) but in: > > > > http://xml.apache.org/cocoon/developing/webapps/authentication.html > > > > You will find: > > and not > > esql uses get-xml thoug

Re: HOW TO DEVELOP....

2002-10-04 Thread Antonio Gallardo Rivera
You can place almost every file when you want. There are some standards place for some files that depend of what version are you using. Please check the samples/tutorial is a good intro. Antonio Gallardo El Jueves, 03 de Octubre de 2002 11:04, Mauro Daniel Ardolino escribió: > Hi! I'm develop

Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Antonio Gallardo Rivera
I noted it 2 days ago. I noted that the Cocoon machine is not doing NOTHING and the Internet explorer works like I am browsing a server placed somewhere in Pluton!. It does not look like a Cocoon problem. Because the java jobs was idle. But in the Windows machine I saw like it was checking eve

  1   2   3   >