RE: Auth-protect action problem

2003-03-17 Thread Carsten Ziegeler
> -Original Message- > From: Lionel Crine [mailto:[EMAIL PROTECTED] > Sent: Monday, March 17, 2003 1:15 PM > To: [EMAIL PROTECTED] > Subject: RE: Auth-protect action problem > > > You're right, I use the scratchpad. > Be careful to my code, I only

RE: Auth-protect action problem

2003-03-17 Thread Lionel Crine
; 2.1-dev (cvs) the same version as 2.0.5-dev Carsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 12:52 PM To: [EMAIL PROTECTED] Subject: Re: Auth-protect action problem Hi, I have just been experimenting with the authentication system, b

RE: Auth-protect action problem

2003-03-17 Thread Carsten Ziegeler
ntication and portal framework in the core; the action is called "auth-protect" 2.1-dev (cvs) the same version as 2.0.5-dev Carsten -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 12:52 PM To: [EMAIL PROTECTED] Subject: R

Re: Auth-protect action problem

2003-03-17 Thread tdawber
TECTED]         cc:                 Subject:        Auth-protect action problem Hi! I'd like to use the user authentication in cocoon 2.0.4. but I always get some errors. I've read much about this topic but I couldn't solve my proble

Re: Auth-protect action problem

2003-03-17 Thread Lionel Crine
Hi, Here is the sunshine part from my sitemap. I use cocoon-2.0.4. 1/ in the map:components element http://apache.org/cocoon/sitemap/1.0"; xmlns:sunshine="http://sunshine.sundn.de/sunshine/1.0";> 2/ in the map:pipelines ele

Auth-protect action problem

2003-03-16 Thread Ungvári Sándor
Hi! I'd like to use the user authentication in cocoon 2.0.4. but I always get some errors. I've read much about this topic but I couldn't solve my problem. Here is my sitemap: ... ...

RE: Cocoon Action Problem

2002-12-17 Thread Geoff Howard
> Caused by: java.lang.ClassNotFoundException: > I think it is caused by the following tag in my sitemap.xmap > > > > > I guess it is unable to find the class test.HelloWorldAction. But > I already put the test/HelloWorldAction.class inside the > web-inf/classes directory. I also trie

Cocoon Action Problem

2002-12-17 Thread Linjun Xu !
I am having problems with the hello world example in the cocoon documentation action section. It's giving me an ConfigurationException. The exception is shown below: org.apache.avalon.framework.configuration.ConfigurationException: Error in sitemap configuration : at org.apache.cocoon.www.

Re: Action Problem.

2002-05-26 Thread Kenny Chow
Thanks Chris. The scratchpad are awesome and I would like to see more to come in the next release. But since a descriptor is always required, which I found not sufficent enough and am trying to get away from(since validating form input involves email checking, database conflicting characters check

Re: Action Problem.

2002-05-24 Thread Christian Haul
On 23.May.2002 -- 07:32 PM, Kenny Chow wrote: > To Christian Haul, > Your suggestion was good and I wanted to do that > but my understanding of both the form and dbAddAction > have been somewhat poor... So I am "putting" all > actions I wanna do together so that I can get used to > the Cocoon

RE: Action Problem.

2002-05-23 Thread Kenny Chow
Thanks Vadim. To Christian Haul, Your suggestion was good and I wanted to do that but my understanding of both the form and dbAddAction have been somewhat poor... So I am "putting" all actions I wanna do together so that I can get used to the Cocoon API. Here is what I am doing, but it

Re: Action Problem.

2002-05-23 Thread Christian Haul
On 23.May.2002 -- 12:12 AM, Kenny Chow wrote: > I am writing an action that will validate form > inputs, insert them to database and other customized > tasks. But I am not using both the form validator and > the database-add action. So my action is extending the Just curious, why don't you us

RE: Action Problem.

2002-05-23 Thread Vadim Gritsenko
> From: Kenny Chow [mailto:[EMAIL PROTECTED]] > > I am writing an action that will validate form > inputs, insert them to database and other customized > tasks. But I am not using both the form validator and > the database-add action. So my action is extending the > AbstractAction class, then

Action Problem.

2002-05-22 Thread Kenny Chow
I am writing an action that will validate form inputs, insert them to database and other customized tasks. But I am not using both the form validator and the database-add action. So my action is extending the AbstractAction class, then there comes a problem: how can I obtain the ComponentManag

action problem

2002-03-04 Thread Niket Anand
Hi all, I am facing a cheap problem in executing an action class on click of a button. I have using simple map:act set as     ##             #