RE: Flow Redirect The auth-fw with cocoon:/ Not working

2004-01-31 Thread Antonio Gallardo
Hi: Sorry to be late, I know I am too late, but maybe this helps. In my authentication with flow I am using: map:pipelines map:component-configurations authentication-manager handlers handler name=authhandler redirect-to

Re: CocoonBean

2004-01-31 Thread Upayavira
Simon Mieth wrote: On Fri, 30 Jan 2004 22:11:27 + Upayavira [EMAIL PROTECTED] wrote: It is currently untested. Try it and report back please. As to is it 're-entrant'? Well, adding the Crawler class took it a lot further to being rentrant, but it isn't there yet. At the moment, the Bean

Need to include DOCTYPE definition after transform

2004-01-31 Thread David Leangen
Hello! I am using multiple map:transforms in my pipeline. I would like for the transforms to output the DOCTYPE declaration. I am using v2.1.3. Generally, my sitemap is something like: map:match pattern=*.html map:generate src={1}.xml/ map:transform src=t1.xsl/ map:transform

Re: Need to include DOCTYPE definition after transform

2004-01-31 Thread Joerg Heinicke
Hallo David, On 31.01.2004 09:38, David Leangen wrote: Hello! I am using multiple map:transforms in my pipeline. I would like for the transforms to output the DOCTYPE declaration. I am using v2.1.3. Generally, my sitemap is something like: map:match pattern=*.html map:generate

Re: Which XSLT is used for XSP logicsheets???

2004-01-31 Thread Joerg Heinicke
On 30.01.2004 23:19, Marcin Okraszewski wrote: Hi, I thing of a more advanced logicsheet that would use data from DB during XSP translation to Java. For that reason I could use Xalan java extensions, but I don't know if xalan is used and if it is safe to assume that xalan will be used. Bad

RE: Need to include DOCTYPE definition after transform

2004-01-31 Thread Conal Tuohy
Hi David For the XSLT function id() to work, the XSLT processor needs to have a DTD available, because it needs to know which attributes are of type ID. The XSLT processor can then automatically index every element with this attribute. Many markup languages have an ID attribute called id, but not

Re: CocoonBean

2004-01-31 Thread Simon Mieth
On Sat, 31 Jan 2004 07:57:34 + Upayavira [EMAIL PROTECTED] wrote: A crawler is not re-entrant. You need a new one each time. So you would call bean.process(crawler) with a newly created crawler. Obviously all of your 'set' javabean properties of the bean would need to be set and left

RE: Flow Redirect The auth-fw with cocoon:/ Not working

2004-01-31 Thread JD Daniels
You aren't late.. it still doesn't work :) changing authentication uri=cocoon://auth/authUser.xsp/ to authentication uri=cocoon:raw:///auth/authUser.xsp/ throws: java.lang.RuntimeException: The current URI (/auth/authUser.xsp) doesn't start with given prefix (auth) (which confuses me) but

Re: CocoonBean

2004-01-31 Thread Upayavira
Simon, I've posted a fuller reply to this on [EMAIL PROTECTED] Let's carry the discussion on there as this has become a development discussion. Thanks, Upayavira Simon Mieth wrote: On Sat, 31 Jan 2004 07:57:34 + Upayavira [EMAIL PROTECTED] wrote: A crawler is not re-entrant. You need a

Conditionally rendering a widget

2004-01-31 Thread Vasyl Stashuk
How do i render widget conditionally, i.e. if currently logged used is admin she must see 'edit' button, if regular user - must not. vasyas. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Flow Redirect The auth-fw with cocoon:/ Not working

2004-01-31 Thread Antonio Gallardo
JD Daniels dijo: You aren't late.. it still doesn't work :) changing authentication uri=cocoon://auth/authUser.xsp/ to authentication uri=cocoon:raw:///auth/authUser.xsp/ throws: java.lang.RuntimeException: The current URI (/auth/authUser.xsp) doesn't start with given prefix (auth)

RE: Flow Redirect The auth-fw with cocoon:/ Not working

2004-01-31 Thread Unico Hommes
Antonio Gallardo wrote: JD Daniels dijo: You aren't late.. it still doesn't work :) changing authentication uri=cocoon://auth/authUser.xsp/ to authentication uri=cocoon:raw:///auth/authUser.xsp/ throws: java.lang.RuntimeException: The current URI (/auth/authUser.xsp)

Sample JDO with Woody Binding + autoincrementation

2004-01-31 Thread Philippe Guillard
Hi, I tried to adapt the sample OJB/JDO/Woody to my auto-incrementation needs for inserts, but i've got no idea how to proceed. I think both bean and form should not have any id for employee then ojbEmployee.insert function should call a class that ask the next id for next row to insert,but i'm a

[HELP]Unable to get transformer handler for factium/.xsl

2004-01-31 Thread van der Weide
Description:org.apache.cocoon.ProcessingException: Unable to get transformer handler for factium/.xsl: org.apache.excalibur.xml.xslt.XSLTProcessorException: Exception in creating Transform Handler Wat's the problem? Please help meI can not see the bill I'll get from you.

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

web service

2004-01-31 Thread hgadm
Dear all, sorry for pasting this to the Cocoon group but I really enjoy the traffic and expertise here ! I am using Cocoon and Axis. I recently did deploy a webservice on Axis/Tomcat. Now a friend asked me to write an asp client to access the Axis jws via asp and SOAP. I really appreciate

web service

2004-01-31 Thread hgadm
Dear all, sorry for pasting this to the Cocoon group but I really enjoy the traffic and expertise here ! I am using Cocoon and Axis. I recently did deploy a webservice on Axis/Tomcat. Now a friend asked me to write an asp client to access the Axis jws via asp and SOAP. I really appreciate

Evaluation of Cocoon

2004-01-31 Thread Eric Jain
After having gone through several web application frameworks, I'm looking at Cocoon, and so far I like what I see :-) In particular, I have the following requirements: 1) Must be able to map specific paths. Few frameworks support this, but Cocoon seems to be very flexible here; from what I gather

Re: Evaluation of Cocoon

2004-01-31 Thread Upayavira
Eric Jain wrote: After having gone through several web application frameworks, I'm looking at Cocoon, and so far I like what I see :-) In particular, I have the following requirements: 1) Must be able to map specific paths. Few frameworks support this, but Cocoon seems to be very flexible here;

Re: [HELP]Unable to get transformer handler for factium/.xsl

2004-01-31 Thread Antonio Gallardo
Hi: Can you be more specific? Please show the a snipet of the sitemap. But from: Unable to get transformer handler for factium/.xsl ^ Seems like a wildcard is not well given. Best Regards, Antonio Gallardo van der Weide dijo:

Re: Sample JDO with Woody Binding + autoincrementation

2004-01-31 Thread Antonio Gallardo
Philippe Guillard dijo: Hi, I tried to adapt the sample OJB/JDO/Woody to my auto-incrementation needs for inserts, but i've got no idea how to proceed. I think both bean and form should not have any id for employee then ojbEmployee.insert function should call a class that ask the next id for

Re: [HELP]Unable to get transformer handler for factium/.xsl

2004-01-31 Thread Geoff Howard
Antonio Gallardo wrote: Hi: Can you be more specific? Please show the a snipet of the sitemap. But from: Unable to get transformer handler for factium/.xsl ^ Seems like a wildcard is not well given. Best Regards, Antonio Gallardo van der Weide

RE: Flow Redirect The auth-fw with cocoon:/ Not working

2004-01-31 Thread JD Daniels
This really is omportant.. I was just off at my sons hockey tournament... :) I posted a bug to bugzilla. JD -Original Message- From: Nicolas Toper [mailto:[EMAIL PROTECTED] Sent: 2004-01-31 10:49 AM To: [EMAIL PROTECTED] Subject: RE: Flow Redirect The auth-fw with cocoon:/ Not working