RE: Simple database app with Forms/Flow ?

2004-05-20 Thread Flavio Palumbo
I'd like to see it too. Please make it public. Flavio -- Original Message -- Reply-To: [EMAIL PROTECTED] From: Lars Huttar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Simple database app with Forms/Flow ? Date: Wed, 19 May 2004 16:22:59 -0500 I would be interested in seeing this

Re: retrieve user in logout action

2004-05-13 Thread Flavio Palumbo
? thanks a lot Flavio -- Original Message -- Reply-To: [EMAIL PROTECTED] Date: Wed, 12 May 2004 12:03:55 +0100 From: Nacho Jimenez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: retrieve user in logout action Flavio Palumbo wrote: Hi all, forgive me for the quick repost, but I'm

retrieve user in logout action

2004-05-12 Thread Flavio Palumbo
on the user ID. I use cocoon 2.1.4 on win2000 with jetty. Can somebody help me? Thanks a lot Flavio Palumbo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

retrieve user in logout action

2004-05-10 Thread Flavio Palumbo
a lot Flavio Palumbo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: cocoon under eclipse

2004-04-19 Thread Flavio Palumbo
=org.mortbay.jetty.Server Can you please help me ? Thanks a lot Flavio Palumbo -- Original Message -- Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] From: Olivier Billard [EMAIL PROTECTED] Subject: Re: cocoon under eclipse Date: Mon, 19 Apr 2004 15:06:10 +0200 Hi Flavio, It may come from

cocoon under eclipse

2004-04-13 Thread Flavio Palumbo
the following exception : I run with Win2000, cocoon 2.1.3, jdk 1.4.2_01, jetty. Any hint ? Thanks a lot Flavio Palumbo Initialization Problem Message: Could not set up component Description: org.apache.avalon.framework.configuration.ConfigurationException: Could not set up component Sender

Re: util:get-sitemap-parameter

2004-03-28 Thread Flavio Palumbo
. HTH, Mark On 26 Mar 2004, at 13:15, Flavio Palumbo wrote: Hi all, I found a fine example on the archive regarding the object and tried to use it on tutorial/create-dept.html sample to figure out how it works. Here are the snippets : Sitemap

util:get-sitemap-parameter

2004-03-26 Thread Flavio Palumbo
/; System.out.println(parameter flavio =+s); /xsp:logic I expect a printout of test and instead I found null. Any hint ? Thanks a lot Flavio Palumbo - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

RE: cocoon authentication and database access

2004-02-06 Thread Flavio Palumbo
Hi Philippe, maybe is only a bad sintax in the esql:query ; i use WHERE wuuser = esql:parameterxsp-request:get-parameter name=name//esql:parameter to wrap the request parameter. Hope this helps Flavio -- Original Message -- Reply-To: [EMAIL PROTECTED] Subject: RE: cocoon

Re: problem with getxml

2004-02-03 Thread Flavio Palumbo
PROTECTED] Subject: Re: problem with getxml On 02.02.2004 22:24, Flavio Palumbo wrote: Hi Joerg, i found this strange behaviour : the content of the fragment at /authentication/data/socOM in the context authentication contains the code 8801, and i can see this value if i show on screen with first

RE: cocoon authentication and database access

2004-02-03 Thread Flavio Palumbo
Hi JD, could you please send the same samples to me (or maybe to the list) ? I have just depeloped something like this founding some problems not completely solved ; i'd like to compare my code with yours. Thanks a lot Flavio I know exactly what you mean :-) I'll send you a sample xsp file

Re: problem with getxml

2004-02-02 Thread Flavio Palumbo
From: Joerg Heinicke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problem with getxml On 31.01.2004 21:48, Flavio Palumbo wrote: Hi all, i got a strange problem using getxml ; if i try to use it only to display the content of the fragment everything is fine, but if i try to evaluate

problem with getxml

2004-01-31 Thread Flavio Palumbo
Hi all, i got a strange problem using getxml ; if i try to use it only to display the content of the fragment everything is fine, but if i try to evaluate a variable with the same code it doesn't work. Here is the code : this works p codice societa':session:getxml context=authentication

RE: problem with authentication

2004-01-29 Thread Flavio Palumbo
Hi Morley, thanks for your replay, i got it. i was misteking many things in the XSP code. now it works and i can authenticate the user against the DB table as i hoped. making more tests, i tried to point directly a page in the protected area without authenticate myself, where i thought i'd be

Re: problem with authentication

2004-01-28 Thread Flavio Palumbo
Excuse me if i repost the same question, but the problem is still alive. Maybe somebody can give me a little hint ... if a complete example is too much ; i'm quite new at this list so please forgive me if i mistake. Thanks Flavio Hi all, i'am trying to authenticate users agaist a DB table using

Re: Pipeline Caching

2004-01-27 Thread Flavio Palumbo
Hi Davide, i'm not a XML/XSL expert but i think that in map:when test=admin you're not testing the variable ; maybe map:when test=@parameter-selector-test='admin' should work. hope this help Flavio -- Original Message -- Reply-To: [EMAIL PROTECTED] Date: Tue, 27 Jan 2004 12:45:06

Re: problem with authentication

2004-01-25 Thread Flavio Palumbo
Hi all, i'am trying to authenticate users agaist a DB table using a XSP page with no success. i show the pages below, i'm not able to find where is the mystake (probably many ...) ; the page that accesses the DB table seems not to be executed can somebody provide a complete example ? :-) i

Re: problem with authentication

2004-01-24 Thread Flavio Palumbo
Thanks Morley and Joerg, i found in the mail archive something that moved me forward. now my sitemap looks as below and it seems to work. sure i need to rewrite it, cause looking at the mails on list i understood it is complicated, and anyway i need to make more tests and complete it with more

problem with authentication

2004-01-23 Thread Flavio Palumbo
hi all, i try to insert the authentication-fw example in my sitemap with no luck ; i'am able to start with the login page and authenticate me but when i get my main menu every link i choose i always get resource not found no pipeline matched request. i'm sure this is a newbie mistake but can't

RE: problem with authentication

2004-01-23 Thread Flavio Palumbo
sorry for the first post, the handler name was wrong, this should be better but the problem is the same. thanks Flavio hi all, i try to insert the authentication-fw example in my sitemap with no luck ; i'am able to start with the login page and authenticate me but when i get my main menu every

problem with logs

2003-12-30 Thread flavio . palumbo
Hi all, i wrote a little action in which i send messages using getLogger().debug(..) or getLogger().error(..) or getLogger().warn(..) ; the question is where can i find the messages sent ? I need to switch some parameters to activate loggers ? May i redirect messages to my own log file ? many

Re: problem with logs

2003-12-30 Thread Flavio Palumbo
I choose the second way and it works perfectly. thanks a lot Flavio -- Original Message -- Reply-To: [EMAIL PROTECTED] Date: Tue, 30 Dec 2003 10:18:18 +0100 From: Stephan Coboos [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: problem with logs [1. solution] You have to do 2 steps: 1.)