Non Portal Basket

2008-10-02 Thread Peter Sparkes
Hi, I want to implement a Basket. However, the only example I can find is using the Portal Engine, which I do not want to use. Is there a way of implementing a basket without using the Portal Engine? Regards Peter Sparkes

[C2.2] Where's the JXTemplateGenerator?

2008-10-02 Thread Matthias Müller
Hi there, i want to convert my C2.11 project to C2.2. While trying to generate a JXTemplate i receive the following error: Unable to read Avalon configuration from 'sitemap.xmap'.; nested exception is org.apache.avalon.framework.configuration.ConfigurationException: Unable to create class for

Re: [2.2] put to xml some new elements

2008-10-02 Thread Alexander Daniel
On 01.10.2008, at 15:09, nanomonk wrote: generally, we have somethink like that: ?xml version=1.0 encoding=UTF-8? root abra abrakadabrablahabrakadabra abrakadabra2blah2abrakadabra2 /abra /root there is need to put to this xml some elements filled with data that we got from

Re: [C2.2] Where's the JXTemplateGenerator?

2008-10-02 Thread Grzegorz Kossakowski
Matthias Müller wrote: Hi there, i want to convert my C2.11 project to C2.2. While trying to generate a JXTemplate i receive the following error: Unable to read Avalon configuration from 'sitemap.xmap'.; nested exception is org.apache.avalon.framework.configuration.ConfigurationException:

Re: [C2.2] Where's the JXTemplateGenerator?

2008-10-02 Thread Alexander Daniel
On 02.10.2008, at 11:27, Matthias Müller wrote: Hi there, i want to convert my C2.11 project to C2.2. While trying to generate a JXTemplate i receive the following error: Unable to read Avalon configuration from 'sitemap.xmap'.; nested exception is

RE: [2.2] No bean named org.apache.cocoon.servletservice.spring.BlockServletMap is defined

2008-10-02 Thread Perez Guerrero, Antonio Javier
[SOLVED] Finally I managed to solve the problem, thanks to this [1] page. My cocoon/spring/core.xml file was missing just one line: configurator:bean-map id=org.apache.cocoon.servletservice.spring.BlockServletMap type=javax.servlet.Servlet has-properties=mountPath key-property=mountPath/ [1]

Re: [2.2] No bean named org.apache.cocoon.servletservice.spring.BlockServletMap is defined

2008-10-02 Thread Grzegorz Kossakowski
Perez Guerrero, Antonio Javier pisze: [SOLVED] Finally I managed to solve the problem, thanks to this [1] page. My cocoon/spring/core.xml file was missing just one line: configurator:bean-map id=org.apache.cocoon.servletservice.spring.BlockServletMap type=javax.servlet.Servlet

CFP open for ApacheCon Europe 2009

2008-10-02 Thread Vadim Gritsenko
Begin forwarded message: If you only have thirty seconds: The Call for Papers for ApacheCon Europe 2009, to be held in Amsterdam, from 23rd to 27th March, is now open! Submit your proposals at http://eu.apachecon.com/c/aceu2009/cfp/ before 24th October. Remember that early bird prices

RE: [2.2] No bean named org.apache.cocoon.servletservice.spring.BlockServletMap is defined

2008-10-02 Thread Perez Guerrero, Antonio Javier
configurator:bean-map id=org.apache.cocoon.servletservice.spring.BlockServletMap type=javax.servlet.Servlet has-properties=mountPath key-property=mountPath/ But this bean should be defined in the first place by cocoon-servlet-service- impl. Don't you have some problems with your

Re: [2.2] No bean named org.apache.cocoon.servletservice.spring.BlockServletMap is defined

2008-10-02 Thread Alexander Daniel
On 02.10.2008, at 15:32, Perez Guerrero, Antonio Javier wrote: Is there any documentation on how to configure web.xml, cocoon.xconf, core.xml, etc? I feel like shooting in the dark, it's quite frustrating. The Cocoon Spring Configurator documentation [1] provides a lot of information.

Floating button in CForms

2008-10-02 Thread Paul Joseph
Hey David, Thanks for your suggestions. I took a different tack though--used javascript--and this library: http://www.openjs.com/scripts/events/keyboard_shortcuts/ thx again! Paul - To unsubscribe, e-mail: [EMAIL

Re: Floating button in CForms

2008-10-02 Thread David Legg
Hi Paul, Hey David, Thanks for your suggestions. I took a different tack though--used javascript--and this library: http://www.openjs.com/scripts/events/keyboard_shortcuts/ Glad you found a solution... and hopefully it doesn't impede accessibility ;-) Regards, David Legg