Is Cocoon the right tool?

2009-03-04 Thread Fernando
requiring significant programming on my side? Where can I find examples of layout and format definitions for Cocoon? /newbie-asbestos-underwear Thanks in advance, Fernando

RE: Is Cocoon the right tool?

2009-03-04 Thread Fernando
Hi Luca, -Original Message- Can Cocoon help with Step 2 without requiring significant programming on my side? Definitively. Just to make sure, are layouts like these possible? http://jobmob.co.il/blog/more-beautiful-resume-ideas-that-work/ Thanks!

RE: Is Cocoon the right tool?

2009-03-04 Thread Fernando
Just to make sure, are layouts like these possible? http://jobmob.co.il/blog/more-beautiful-resume-ideas-that-work/ Many, if not all, of these layouts can be created with CSS. Cocoon would return clean (X)HTML (and many other formats) without any particular style information. You

Re: flow not logging

2006-05-03 Thread Fernando Mato Mira
: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Corporation Switzerland AG

wrong color in IE validation error link

2006-04-07 Thread Fernando Mato Mira
The links with class forms-validation-message are not displayed in red and bold in Explorer, but black and normal. -- -- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Corporation Switzerland AG

Re: JNDI and Cocoon Jetty

2006-04-03 Thread Fernando Mato Mira
It's not evident how to merge this addWebApplication configuration with the one included with Cocoon Thanks Simone Gianni wrote: Hi Fernando, yep, Daniele is right, the standard webapp JNDI support is available in jetty plus, see this link http://docs.codehaus.org/display/JETTY/JNDI

authentication context not available to action

2006-03-31 Thread Fernando Mato Mira
value={request-param:ugatok}/ map:redirect-to uri=edit?Action={request-param:Action}amp;Key={request-param:Key}amp;ReturnTo={request-param:ReturnTo}/ /map:act !-- something was wrong, try it again -- map:redirect-to uri=login/ /map:match -- -- Fernando D. Mato

Re: authentication context not available to action

2006-03-31 Thread Fernando Mato Mira
-param:Key}amp;ReturnTo={request-param:ReturnTo}/ /map:act !-- something was wrong, try it again -- map:redirect-to uri=login/ /map:match Fernando Mato Mira wrote: I am implmenting a conditional session invalidator action. When I try to access the authentication context stored

Re: bad lookup of log4j.dtd

2006-03-30 Thread Fernando Mato Mira
I think the problem is that the log4j.xconf that comes with cocoon has: !DOCTYPE log4j:configuration SYSTEM log4j.dtd Fernando Mato Mira wrote: Antonio Gallardo wrote: [EMAIL PROTECTED] escribió: Cocoon 2.1.8 is looking for log4j.dtd in the webapp directory instead of the log4j jar

Re: bad lookup of log4j.dtd

2006-03-29 Thread Fernando Mato Mira
) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java:218) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:300) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:511) Apache Cocoon 2.1.8 http://cocoon.apache.org/ -- -- Fernando D. Mato Mira

passing parameters through authentication?

2006-03-23 Thread Fernando Mato Mira
}/ /map:redirect-to /map:act !-- something was wrong, try it again -- map:redirect-to uri=login/ /map:match Thanks -- -- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Corporation Switzerland AG

Re: authenticator component?

2006-03-22 Thread Fernando Mato Mira
Mira, Fernando (DIA CHE) wrote: Is there a sample of a Java authenticator component (I think a generator) somewhere? Something that can be put inside the matcher for the authentication uri of the authentication manager. Thanks -- -- Fernando D. Mato Mira

Re: Cannot override general.field-required

2006-03-17 Thread Fernando D. Mato Mira
] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Corporation Switzerland AG - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Cannot override general.field-required

2006-03-17 Thread Fernando D. Mato Mira
, e-mail: [EMAIL PROTECTED] -- -- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Corporation Switzerland AG - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Cannot override general.field-required

2006-03-17 Thread Fernando D. Mato Mira
The Netherlands +31 (0)20 5224466 [EMAIL PROTECTED] www.hippo.nl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Fernando D. Mato Mira [EMAIL PROTECTED

Cannot override general.field-required

2006-03-16 Thread Fernando D. Mato Mira
/map:transformer /map:transformers In resources/i18n/messages.xml I have: ?xml version=1.0 encoding=UTF-8? catalogue xml:lang=en message key=general.field-requiredThis is a required field/message /catalogue But I keep on getting the untranslated key as the message. Thanks, -- -- Fernando D. Mato Mira

Re: CForms: multiple fd:submit

2006-03-16 Thread Fernando D. Mato Mira
(); break; case ok: redisplayForm = false; processForm(form); break; } En/na Jeroen Reijn ha escrit: Hi Fernando, You can react in flow based on the submitId of the form. You can request the submitId from flow by using: form.submitId

problem with acegi

2006-03-13 Thread Fernando D. Mato Mira
for a good acegi+Cocoon setup that would be helpful. Thanks -- -- Fernando D. Mato Mira [EMAIL PROTECTED] Thomson Corporation Switzerland AG - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Excalibur+cocoon+NullPointerException

2004-09-15 Thread Fernando Rodrigues
Sorry again. I´m stuck with some simple problem. When the object is created, the var str is settedwith the value "test" (configure method) and then i see inmy log the size of that var (method initialize). This is just testing, to be sure on what is going on. One thing i can´t understant is

Re: Excalibur+cocoon+NullPointerException

2004-09-15 Thread Fernando Rodrigues
So stupid i was.. i called that method within an object created by the constructor and not by lookup. Didn´t believe i spent severalhours with this. Tks - Original Message - From: Fernando Rodrigues To: [EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 11:33 AM

excalibur+cocoon2.0+ClassCastException

2004-09-14 Thread Fernando Rodrigues
Hi. I´m using cocoon 2.0 and configured a simple component in cocoon.xconf : cocoon version="2.0" component role="com.tha.test"class="com.tha.test" (..) The class is the most basic one: public classtest implements HttpConnector, Startable, Configurable, ThreadSafe, Initializable,

Re: excalibur+cocoon2.0+ClassCastException

2004-09-14 Thread Fernando Rodrigues
org.apache.avalon.framework.component.Component also. hope this helps. Rui On Tue, 2004-09-14 at 17:03, Fernando Rodrigues wrote: Hi. Im using cocoon 2.0 and configured a simple component in cocoon.xconf : cocoon version=2.0 component role=com.tha.test class=com.tha.test

calling from a component made by my own to a transformer.

2004-03-04 Thread Wermus Fernando
I can't figure out how to call another component. In my case, I want to call xmlhttp component, but It's the same for any transformer, I guess Here is my code. package myGenerators; import org.apache.avalon.excalibur.pool.Poolable; import org.apache.cocoon.components.parser.Parser; import

having a shopping cart

2004-01-27 Thread Wermus Fernando
I need to send a shopping cart that a client fill it in the web page and send it to another server. I'm using cocoon, but I can't realize the way to synchronize it. That's because I need transactions, and I have the socket's pc, so I can't use xmlhttp component to send the shopping cart. How can I

RE: [GT] Next week, GetTogether in Bern, Switzerland

2004-01-23 Thread Mato Mira, Fernando
there. - Bertrand - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] I think I will be coming too. Fernando Mato Mira[EMAIL PROTECTED] Thomson Dialog

RE: a simple pipeline and a javascript client

2003-09-29 Thread Wermus Fernando
, Upayavira Wermus Fernando wrote: map:match pattern=xmlservice2 map:generate type=stream/ map:serialize type=xml/ /map:match Hi! I have this pipeline that it´s like a repeater. I

RE: a simple pipeline and a javascript client

2003-09-29 Thread Wermus Fernando
! -Mensaje original- De: Upayavira [mailto:[EMAIL PROTECTED] Enviado el: lunes, 29 de septiembre de 2003 15:21 Para: [EMAIL PROTECTED] Asunto: Re: a simple pipeline and a javascript client Wermus Fernando wrote: If I replace the stream generator with the file generator, the client runs ok

web service Help!

2003-09-26 Thread Wermus Fernando
I´ve followed this example to make an xml web service. It functions fine, but when I want to make my own client with xmlHTTP and javascript on windows xp, I cant connect to the service http://www.xml.com/pub/a/ws/2003/03/18/cocoon.html This is my client. html head script languaje=javascript

web service Help!

2003-09-26 Thread Wermus Fernando
The ones that are interested in the article. You only have to copy cocoon-soap.war in webapps an create a table in mysql with the demo.sql script. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

cocoon-soap xmlhttp component

2003-09-25 Thread Wermus Fernando
I have tested the example web services with cocoon from www.candlelightsoftware.com . The component xmlhttp, it was supposed to be at cocoon project 2.1 release, but I couldn´t find it. Does anyone know if it will be added to the project? If anyone tested it I have some questions. I need

RE: Cocoon + IXSIL

2003-09-23 Thread Wermus Fernando
José,     Qué tal? Soy de Argentina y en este momento estoy en la misma situación que vos. Viste que en jsp hay que declarar las clases con useBean... en el caso de cocoon es con xsp:incluye, estas seguro? Si llego a resolverlo o lo haces vos en tu caso me avisas. Salduso1

web services in cocoon

2003-09-22 Thread Wermus Fernando
My name is Fernando. I'm new at this list. I wanna know how to make a web service through cocoon. Ps: If we can also make a web service with cocoon it's almost sure we will use it for our current project. Thanks